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 61cb63c0f4c544d452a5b08ea199bddce612870d..1ce4a3efbbb507f7f0322d3afdef15d39c44afc6 100644 |
| --- a/chrome/browser/resources/options/options_page.css |
| +++ b/chrome/browser/resources/options/options_page.css |
| @@ -357,14 +357,14 @@ list > * { |
| } |
| list:not([disabled]) > :hover { |
| - background-color: #f2f2f2; |
| + background-color: rgb(228, 236, 247); |
| } |
| list > [selected], |
| list:focus > [selected], |
| list:focus > [lead][selected], |
| list > [selected]:hover { |
| - background-color: #f2f2f2; |
| + background-color: rgb(187, 206, 233); |
| background-image: none; |
| } |
|
stuartmorgan
2011/01/19 16:43:22
This rule needs to be split apart into the :focus
James Hawkins
2011/01/19 19:06:18
The list loses selection on blur, so I'm not sure
stuartmorgan
2011/01/19 19:48:51
As discussed yesterday I want to do away with that
|