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

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

Issue 7611001: ntp4: spiffiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm TODO Created 9 years, 4 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/resources/ntp4/apps_page.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/menu.css
diff --git a/chrome/browser/resources/shared/css/menu.css b/chrome/browser/resources/shared/css/menu.css
index 639edf32e84cd33e03c018096da34a6a62cc62b6..73527b5601bad53a79c3915753e8c949c4f16dd8 100644
--- a/chrome/browser/resources/shared/css/menu.css
+++ b/chrome/browser/resources/shared/css/menu.css
@@ -1,13 +1,12 @@
menu {
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .50);
- background: -webkit-linear-gradient(#fff, #eee);
- border-radius: 3px;
- border: 1px solid rgba(0, 0, 0, .50);
+ background: white;
color: black;
cursor: default;
display: none;
left: 0;
margin: 0;
+ outline: 1px solid rgba(0, 0, 0, 0.2);
padding: 8px 0;
position: fixed;
white-space: nowrap;
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698