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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 8102019: redesign and reimplement proxy config service and tracker, revise proxy ui on cros (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/options/options_page.css
===================================================================
--- chrome/browser/resources/options/options_page.css (revision 108608)
+++ chrome/browser/resources/options/options_page.css (working copy)
@@ -228,19 +228,20 @@
width: 650px;
}
-#managed-prefs-banner {
+.managed-prefs-banner {
background: -webkit-linear-gradient(#fff2b7, #fae691 97%, #878787);
height: 31px;
width: 100%;
-}
-
-#managed-prefs-banner {
margin: 0;
padding: 0;
vertical-align: middle;
}
-#managed-prefs-icon {
+.managed-prefs-banner.clickable:active {
+ background: -webkit-linear-gradient(#878787, #fae691 3%, #fff2b7);
+}
+
+.managed-prefs-icon {
background-image: url("chrome://theme/IDR_WARNING");
background-repeat: no-repeat;
background-position:center;
@@ -251,7 +252,7 @@
width: 24px;
}
-#managed-prefs-text {
+.managed-prefs-text {
vertical-align: middle;
}

Powered by Google App Engine
This is Rietveld 408576698