Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2297)

Unified Diff: chrome/browser/resources/shared/css/widgets.css

Issue 10006028: Plugins page in BWSI session has unnecessary and misleading UI components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698