diff options
-rw-r--r-- | chrome/browser/resources/options/options_page.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css index ea4877a..fce8293 100644 --- a/chrome/browser/resources/options/options_page.css +++ b/chrome/browser/resources/options/options_page.css @@ -354,9 +354,14 @@ label.radio { text-decoration: underline; } -.text-button { - background-color: transparent; +.text-button, +.text-button:active, +.text-button:focus, +.text-button:hover { + -webkit-box-shadow: none; + background: transparent none; border-color: transparent; + color: #000; } .settings-list { |