fix variables for Proton
This commit is contained in:
parent
68d3c9e235
commit
bfc321350e
2 changed files with 27 additions and 11 deletions
|
@ -80,22 +80,23 @@
|
|||
background-clip: padding-box !important;
|
||||
}
|
||||
|
||||
/*
|
||||
#navigator-toolbox :-moz-any(.toolbarbutton-1, .scrollbutton-up, .scrollbutton-down),
|
||||
/* no ::part workaround - may have side effects */
|
||||
.#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
|
||||
.#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton)
|
||||
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
|
||||
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton)
|
||||
{
|
||||
max-height: 34px !important;
|
||||
height: 34px !important;
|
||||
min-height: 34px !important;
|
||||
max-height: 32px !important;
|
||||
height: 32px !important;
|
||||
min-height: 32px !important;
|
||||
}
|
||||
*/
|
||||
|
||||
#navigator-toolbox :-moz-any(.toolbarbutton-1, toolbarbutton.bookmark-item:not(.subviewbutton))[disabled],
|
||||
/* no ::part workaround - may have side effects */
|
||||
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton)[disabled],
|
||||
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton)[disabled]
|
||||
{
|
||||
opacity: .42 !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
#navigator-toolbox :-moz-any(.toolbarbutton-1, toolbarbutton.bookmark-item:not(.subviewbutton)):hover:not([disabled]),
|
||||
|
@ -326,4 +327,4 @@
|
|||
border: 0 !important;
|
||||
box-shadow: 0 0 0 1px #0004, 0 4px 6px #0004 !important;
|
||||
padding: 3px 6px !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue