Index: chrome/browser/resources/options/options_page.css |
=================================================================== |
--- chrome/browser/resources/options/options_page.css (revision 72183) |
+++ chrome/browser/resources/options/options_page.css (working copy) |
@@ -346,9 +346,14 @@ |
text-decoration: underline; |
} |
-.text-button { |
- background-color: transparent; |
+.text-button, |
James Hawkins
2011/01/21 21:08:50
Hmm, need to check out .raw-button and refactor as
|
+.text-button:active, |
+.text-button:focus, |
+.text-button:hover { |
+ -webkit-box-shadow: none; |
+ background: transparent none; |
border-color: transparent; |
+ color: #000; |
} |
.settings-list { |