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

Unified Diff: chrome/browser/resources/menu.css

Issue 3854001: Merge 62674 - First round UI touch up of DOMUI based network menu.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: Created 10 years, 2 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
« no previous file with comments | « chrome/browser/chromeos/dom_ui/network_menu_ui.cc ('k') | chrome/browser/resources/menu.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/menu.css
===================================================================
--- chrome/browser/resources/menu.css (revision 62848)
+++ chrome/browser/resources/menu.css (working copy)
@@ -2,6 +2,7 @@
background: -webkit-gradient(linear, left top, left bottom,
from(white),
to(#EEE));
+ cursor: default;
margin: 0;
-webkit-user-select: none;
overflow: hidden;
@@ -32,7 +33,7 @@
vertical-align: middle;
}
-.accelerator {
+.accelerator {
opacity: 0.3;
-webkit-margin-start: 15px;
}
@@ -41,7 +42,7 @@
background-position: 4px center;
}
-.right-icon {
+.right-icon {
background-position: right center;
}
« no previous file with comments | « chrome/browser/chromeos/dom_ui/network_menu_ui.cc ('k') | chrome/browser/resources/menu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698