mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 03:21:10 +00:00
fix image overlayed on select widgets in cocoa widgets. patch by Philippe Wittenbergh. b=350973 r=josh sr=dbaron
This commit is contained in:
parent
0bd91706e4
commit
3ea6d0cbb9
@ -617,7 +617,9 @@ select[size="1"] {
|
||||
painted as part of the menulist. */
|
||||
select > input[type="button"],
|
||||
select > input[type="button"]:active {
|
||||
background-image: none !important;
|
||||
background: transparent !important;
|
||||
-moz-appearance: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
option[disabled],
|
||||
|
Loading…
x
Reference in New Issue
Block a user