7551a383f66a

web: text-shadow tweak
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 04:43:25 -0400
parents 757e193ec1b1
children 647c0ea1bce7
branches/tags (none)
files review/static/style.css review/static/style.less

Changes

--- a/review/static/style.css	Sun Jun 13 04:42:29 2010 -0400
+++ b/review/static/style.css	Sun Jun 13 04:43:25 2010 -0400
@@ -99,7 +99,7 @@
 body .header .remotes form a span {
   display: inline-block;
   padding: 0 6px;
-  text-shadow: 0px 1px 1px #fffffa;
+  text-shadow: 0px 1px 1px #fefdd8;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
@@ -278,7 +278,7 @@
 #changeset .content .activate a span {
   display: inline-block;
   padding: 0 6px;
-  text-shadow: 0px 1px 1px #ffffff;
+  text-shadow: 0px 1px 1px #fbfbfb;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
@@ -326,7 +326,7 @@
 #changeset .content a.submit span {
   display: inline-block;
   padding: 0 6px;
-  text-shadow: 0px 1px 1px #ffffff;
+  text-shadow: 0px 1px 1px #fbfbfb;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
@@ -373,7 +373,7 @@
 #changeset .content a.cancel span, #changeset .content a.cancel-line span {
   display: inline-block;
   padding: 0 6px;
-  text-shadow: 0px 1px 1px #ffffff;
+  text-shadow: 0px 1px 1px #fbfbfb;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
--- a/review/static/style.less	Sun Jun 13 04:42:29 2010 -0400
+++ b/review/static/style.less	Sun Jun 13 04:43:25 2010 -0400
@@ -55,7 +55,7 @@
 .button-span(@bgcolor: #ddd, @fcolor: #000000, @fsize: 14px, @lheight: 1.75) {
     display: inline-block;
     padding: 0 @fsize/2;
-    text-shadow: 0px 1px 1px (@bgcolor + #333);
+    text-shadow: 0px 1px 1px (@bgcolor + #111);
     .border-radius(3px);
 }
 .button-hover(@bgcolor: #ddd, @fcolor: #000000, @fsize: 14px, @lheight: 1.75) {