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

Unified Diff: chrome/browser/resources/options2/browser_options.css

Issue 10831140: Change behavior when clicking on a network from auto-connect to show options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/browser_options.css
diff --git a/chrome/browser/resources/options2/browser_options.css b/chrome/browser/resources/options2/browser_options.css
index ffc242e225466e422a785eb7154f867864ea0bbf..9148072260725ec4216a4d7bb76db842785507a1 100644
--- a/chrome/browser/resources/options2/browser_options.css
+++ b/chrome/browser/resources/options2/browser_options.css
@@ -340,6 +340,11 @@ list:not([disabled]) > .network-group[selected] {
white-space: nowrap;
}
+.active-network {
+ color: black;
+ font-weight: bold;
+}
+
@media (pointer:coarse) {
.network-menu-item-label {
padding-top: 14px;
@@ -350,13 +355,6 @@ list:not([disabled]) > .network-group[selected] {
color: #999;
}
-.network-menu-header {
- -webkit-padding-start: 36px;
- color: #999;
- padding-bottom: 8px;
- padding-top: 8px;
-}
-
/* Restrict the size of the networks menu, by limiting the number of
visible networks. */
.network-menu-group {

Powered by Google App Engine
This is Rietveld 408576698