Commit 8928d9fc authored by yefim@chromium.org's avatar yefim@chromium.org

Changed history menu style to match new C++ menus

BUG=157692

Review URL: https://codereview.chromium.org/11785007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175427 0039d316-1c4b-4281-b951-d872f2087c98
parent 11d61a11
......@@ -233,5 +233,5 @@ html[dir='rtl'] .entry .title {
}
#action-menu > :not(hr) {
line-height: 28px;
line-height: 29px;
}
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment