# HG changeset patch # User Steve Losh # Date 1276418605 14400 # Node ID 7551a383f66a0f299504015d1e7e2fe72de2ade8 # Parent 757e193ec1b1401d3767bf5740af931668a53508 web: text-shadow tweak diff -r 757e193ec1b1 -r 7551a383f66a review/static/style.css --- 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; diff -r 757e193ec1b1 -r 7551a383f66a review/static/style.less --- 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) {