fix disabled buttons being fully opaque

This commit is contained in:
bmFtZQ 2021-04-13 03:27:26 +08:00 committed by GitHub
parent 09067c65e3
commit adb4711f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]),