mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Apply padding on <select> and not the button
This commit is contained in:
parent
82c5cf6617
commit
099f99d6ad
1 changed files with 2 additions and 2 deletions
|
@ -747,7 +747,7 @@ html[dir='rtl'] .dropdownToolbarButton {
|
|||
.dropdownToolbarButton {
|
||||
width: 120px;
|
||||
max-width: 120px;
|
||||
padding: 3px 2px 2px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background: url(images/toolbarButton-menuArrows.png) no-repeat;
|
||||
}
|
||||
|
@ -763,7 +763,7 @@ html[dir='rtl'] .dropdownToolbarButton {
|
|||
font-size: 12px;
|
||||
color: hsl(0,0%,95%);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 3px 2px 2px;
|
||||
border: none;
|
||||
background: rgba(0,0,0,0); /* Opera does not support 'transparent' <select> background */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue