mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Workaround Opera not supporting 'transparent' background style in <select> element.
This commit is contained in:
parent
cf1dd71277
commit
d9ea503399
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue