Bug 1018720 - Change the translation infobar select dropdown styling to match the options dropdown. r=florian

--HG--
extra : rebase_source : 3be092aa43b1356728f3a9064cb49949c75bab50
extra : histedit_source : b55c90b6cb24f3795e3848652cd0980bb645b098
This commit is contained in:
Steven MacLeod 2014-07-07 15:45:35 -04:00
parent 756a7d9289
commit 42ae4ef033

View File

@ -3704,6 +3704,7 @@ menulist.translate-infobar-element {
background-image: linear-gradient(#FFFFFF, rgba(255,255,255,0.1));
color: #333333;
padding: 0;
min-height: 22px !important;
}
menulist.translate-infobar-element > .menulist-label-box {
@ -3714,7 +3715,8 @@ menulist.translate-infobar-element > .menulist-label-box {
}
menulist.translate-infobar-element:hover {
background-image: linear-gradient(#FFFFFF, rgba(255,255,255,0.6));
background: #f0f0f0;
box-shadow: 0 1px 0 hsla(0,0%,100%,.1) inset, 0 0 0 1px hsla(0,0%,100%,.05) inset, 0 1px 0 hsla(210,54%,20%,.01), 0 0 4px hsla(206,100%,20%,.1);
}
menulist.translate-infobar-element[open="true"] {