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

Unified Diff: chrome/browser/resources/options2/chromeos/accounts_options_page.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: Nit fix 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/options2/chromeos/accounts_options_page.css
diff --git a/chrome/browser/resources/options2/chromeos/accounts_options_page.css b/chrome/browser/resources/options2/chromeos/accounts_options_page.css
index b102f89cefe1054262976c019f4c388e76ab92e4..beb3934fbd0aee5f658b372423c742b70abef0d5 100644
--- a/chrome/browser/resources/options2/chromeos/accounts_options_page.css
+++ b/chrome/browser/resources/options2/chromeos/accounts_options_page.css
@@ -89,13 +89,3 @@
input#userNameEdit:invalid {
background-color: rgb(255, 102, 102);
}
-
-h3.guest-disabled,
-span.guest-disabled,
-label.guest-disabled {
- color: gray;
-}
-
-a.guest-disabled {
- opacity: 0.9
-}

Powered by Google App Engine
This is Rietveld 408576698