fix disabled buttons being fully opaque
This commit is contained in:
parent
09067c65e3
commit
adb4711f61
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton)[disabled],
|
||||
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton)[disabled]
|
||||
{
|
||||
opacity: 1 !important;
|
||||
opacity: .42 !important;
|
||||
}
|
||||
|
||||
#navigator-toolbox :-moz-any(.toolbarbutton-1, toolbarbutton.bookmark-item:not(.subviewbutton)):hover:not([disabled]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue