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

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

Issue 11785007: Changed history menu style to match new C++ menus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/history/history.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 5df0e904fc51881e074b63cb17effb4b24646ad9..f28e561110e167cbafbc90a678d4fafb5d8aa4bb 100644
--- a/chrome/browser/resources/shared/css/menu.css
+++ b/chrome/browser/resources/shared/css/menu.css
@@ -5,6 +5,7 @@
menu {
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .50);
background: white;
+ border-radius: 2px;
color: black;
cursor: default;
left: 0;
@@ -57,12 +58,11 @@ menu > [hidden] {
}
menu > :not(hr)[selected] {
- background-color: rgb(220, 229, 250);
+ background-color: rgba(0, 0, 0, .06);
}
menu > :not(hr)[selected]:active {
- background-color: rgb(66, 109, 201);
- color: #fff;
+ background-color: rgba(0, 0, 0, .06);
}
menu > [checked]::before {
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698