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

Unified Diff: chrome/browser/resources/options2/chromeos/accounts_options_page.css

Issue 9464053: Hide/Disable several (meaningless) options in Settings uber-page for Guest. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Nit fixes + merge with TOT + gray out labels for disabled elements Created 8 years, 10 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 beb3934fbd0aee5f658b372423c742b70abef0d5..50a33f02229deaf81b51a909296eee6155a7e0a8 100644
--- a/chrome/browser/resources/options2/chromeos/accounts_options_page.css
+++ b/chrome/browser/resources/options2/chromeos/accounts_options_page.css
@@ -89,3 +89,18 @@
input#userNameEdit:invalid {
background-color: rgb(255, 102, 102);
}
+
+h3.guest-disabled {
James Hawkins 2012/03/01 20:00:19 Combine all of these: h3.guest-disabled, span.gue
Denis Kuznetsov (DE-MUC) 2012/03/02 17:32:25 Done.
+ color: gray;
+}
+
+span.guest-disabled {
+ color: gray;
+}
+
+label.guest-disabled {
+ color: gray;
+}
+a.guest-disabled {
James Hawkins 2012/03/01 20:00:19 Blank line before this.
Denis Kuznetsov (DE-MUC) 2012/03/02 17:32:25 Done.
+ opacity: 0.9
+}

Powered by Google App Engine
This is Rietveld 408576698