mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 606206 - Override menulist focus style [r=vingtetun]
This commit is contained in:
parent
121377cf1d
commit
3efc074474
@ -351,7 +351,7 @@ radio:last-child:-moz-locale-dir(rtl) {
|
||||
}
|
||||
|
||||
radio[focused="true"] > .radio-label-box {
|
||||
border: none;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* checkbox radios --------------------------------------------------------- */
|
||||
@ -484,6 +484,7 @@ colorpicker > vbox {
|
||||
|
||||
menulist {
|
||||
-moz-appearance: none !important;
|
||||
-moz-user-focus: ignore;
|
||||
min-width: 56px !important; /* button size */
|
||||
min-height: 56px !important; /* button size */
|
||||
color: #000 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user