Workaround Opera not supporting 'transparent' background style in <select> element.
This commit is contained in:
parent
cf1dd71277
commit
d9ea503399
@ -534,7 +534,7 @@ html[dir='rtl'] .dropdownToolbarButton {
|
||||
margin:0;
|
||||
padding:0;
|
||||
border:none;
|
||||
background: transparent;
|
||||
background: rgba(0,0,0,0); /* Opera does not support 'transparent' <select> background */
|
||||
}
|
||||
|
||||
.dropdownToolbarButton > select > option {
|
||||
|
Loading…
Reference in New Issue
Block a user