Chromium Code Reviews| Index: chrome/browser/resources/shared/css/chrome_shared2.css |
| diff --git a/chrome/browser/resources/shared/css/chrome_shared2.css b/chrome/browser/resources/shared/css/chrome_shared2.css |
| index c5faaf18f589490bc75a2b6f203e6a8081df90b5..af421fa071194fead4d2c3e3870509e9397f3277 100644 |
| --- a/chrome/browser/resources/shared/css/chrome_shared2.css |
| +++ b/chrome/browser/resources/shared/css/chrome_shared2.css |
| @@ -7,6 +7,9 @@ |
| * replace, but has CSS specific to options and options-like pages. */ |
| @import url("chrome://resources/css/widgets.css"); |
| +<if expr="pp_ifdef('chromeos')"> |
|
Nikita (slow)
2012/04/09 16:10:29
Why is this change needed?
Denis Kuznetsov (DE-MUC)
2012/04/10 13:15:40
chrome://chrome/settings uber-page and some of it'
James Hawkins
2012/04/10 18:26:54
If it's only used in settings, it needs to go in t
Denis Kuznetsov (DE-MUC)
2012/04/11 13:51:14
It is currently used by Options, and it will be us
|
| + @import url("chrome://resources/css/chromeos/ui_account_tweaks.css"); |
| +</if> |
| /* Prevent CSS from overriding the hidden property. */ |
| [hidden] { |