Chromium Code Reviews| Index: chrome/browser/resources/shared/css/widgets.css |
| diff --git a/chrome/browser/resources/shared/css/widgets.css b/chrome/browser/resources/shared/css/widgets.css |
| index 755d539d62f1f82022e839a341e94b251bb42c2b..1ebf2cdcbc584a6eacd3ce3e1aa07e0a8758ffe9 100644 |
| --- a/chrome/browser/resources/shared/css/widgets.css |
| +++ b/chrome/browser/resources/shared/css/widgets.css |
| @@ -217,6 +217,15 @@ input:not([type]):disabled { |
| color: #999; |
| } |
| +<if expr="pp_ifdef('chromeos')"> |
|
Nikita (slow)
2012/04/06 12:36:09
chrome_shared2.css seems to be a better place for
Denis Kuznetsov (DE-MUC)
2012/04/09 11:21:30
On the other hand, widgets.css is the common part
Nikita (slow)
2012/04/09 12:18:49
Good point. So it's either code duplication (placi
Denis Kuznetsov (DE-MUC)
2012/04/09 13:17:03
Done.
|
| +.guest-disabled { |
| + color: #999; |
| +} |
| + |
| +a.guest-disabled { |
| + opacity: 0.75; |
| +} |
| +</if> |
| /* Focus **********************************************************************/ |
| button:not(.custom-appearance):not(.link-button):enabled:focus, |