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

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

Issue 3771003: First round UI touch up of DOMUI based network menu. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: sync and try 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
diff --git a/chrome/browser/resources/menu.css b/chrome/browser/resources/menu.css
index 2c9b055ef940e28a448b2979aa959b4b04bc61f5..43ea18aa63b12751ddd6593f83dedf2ad29db9c7 100644
--- a/chrome/browser/resources/menu.css
+++ b/chrome/browser/resources/menu.css
@@ -2,6 +2,7 @@ body {
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 @@ body {
vertical-align: middle;
}
-.accelerator {
+.accelerator {
opacity: 0.3;
-webkit-margin-start: 15px;
}
@@ -41,7 +42,7 @@ body {
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