Bug 606206 - Override menulist focus style [r=vingtetun]

This commit is contained in:
Matt Brubeck 2010-10-21 10:07:25 -07:00
parent 121377cf1d
commit 3efc074474

View File

@ -351,7 +351,7 @@ radio:last-child:-moz-locale-dir(rtl) {
} }
radio[focused="true"] > .radio-label-box { radio[focused="true"] > .radio-label-box {
border: none; border: 1px solid transparent;
} }
/* checkbox radios --------------------------------------------------------- */ /* checkbox radios --------------------------------------------------------- */
@ -484,6 +484,7 @@ colorpicker > vbox {
menulist { menulist {
-moz-appearance: none !important; -moz-appearance: none !important;
-moz-user-focus: ignore;
min-width: 56px !important; /* button size */ min-width: 56px !important; /* button size */
min-height: 56px !important; /* button size */ min-height: 56px !important; /* button size */
color: #000 !important; color: #000 !important;