Merge pull request #1942 from gigaherz/opera-dropdown-background
Workaround Opera background style in <select> element.
This commit is contained in:
commit
78e7d531b2
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ html[dir='rtl'] .dropdownToolbarButton {
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
border:none;
|
border:none;
|
||||||
background: transparent;
|
background: rgba(0,0,0,0); /* Opera does not support 'transparent' <select> background */
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdownToolbarButton > select > option {
|
.dropdownToolbarButton > select > option {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue