mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Add disabled style for buttons.
This commit is contained in:
parent
88ffc2db33
commit
71efba48bb
1 changed files with 4 additions and 0 deletions
|
@ -161,6 +161,10 @@ body {
|
|||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.toolbarButton[disabled] {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.splitToolbarButton:hover > .toolbarButton,
|
||||
.splitToolbarButton.toggled > .toolbarButton {
|
||||
background-color: hsla(0,0%,0%,.12);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue