aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chrome/css/redirector.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/css/redirector.css b/chrome/css/redirector.css
index 47b2028..f655e77 100644
--- a/chrome/css/redirector.css
+++ b/chrome/css/redirector.css
@@ -37,7 +37,7 @@ li:first-child { border-top:none;}
}
h2 { text-align:center; margin-top:0px; }
-button { border:solid 1px grey; border-radius:4px; background:-moz-linear-gradient(top, #ccc, #fff); cursor:pointer;}
+button { color: black; border:solid 1px grey; border-radius:4px; background:-moz-linear-gradient(top, #ccc, #fff); cursor:pointer;}
h5 { text-align:center; margin:0px; padding-left:130px; }
.pattern, .redirectTo { color:blue; font-style:italic;}
.exampleUrl, .redirectResult { color:blue; }