Chromium Code Reviews| Index: chrome/browser/resources/options/options_page.css |
| diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css |
| index 8f3588e7edba47aa7847fdbb39cc16c3f6b530c3..4fd4a86bb0e6b73ae7ffd665aff9893b21b0d177 100644 |
| --- a/chrome/browser/resources/options/options_page.css |
| +++ b/chrome/browser/resources/options/options_page.css |
| @@ -362,8 +362,12 @@ label.radio { |
| -webkit-appearance: slider-horizontal; |
| } |
| -.link-button { |
| - background-color: transparent; |
| +.link-button, |
| +.link-button:active, |
| +.link-button:focus, |
| +.link-button:hover { |
| + -webkit-box-shadow: none; |
| + background: transparent none; |
|
kochi
2011/01/25 07:24:56
background: transparent;
background-image: none;
satorux1
2011/01/25 07:35:43
"backgrond: foo bar" is a shorthand.
Just made it
kochi
2011/01/25 07:39:51
I see, thanks for the explanation.
I learn some n
|
| border: none; |
| color: blue; |
| cursor: pointer; |