Initial menulist theming

This commit is contained in:
Rafael Mardojai CM 2021-06-02 20:42:29 -05:00
parent b15ac24ee1
commit ad4f92a9c3
2 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,11 @@
display: -moz-box !important;
}
/* menulist */
#label-box:not([native]) {
font-weight: 400 !important;
}
/* Overrides: Make the back button the same as other buttons */
:root:not([uidensity=compact]) #back-button {
border-radius: var(--toolbarbutton-border-radius) !important;

View File

@ -11,6 +11,7 @@
}
/* Buttons */
menulist,
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.subviewbutton),
.subviewbutton.panel-subview-footer,
.panel-footer button,
@ -72,6 +73,7 @@ button.close,
}
/* Text buttons */
menulist,
.subviewbutton.panel-subview-footer,
.panel-footer button,
#downloadsHistory,
@ -119,6 +121,7 @@ button.close,
}
/* Hover buttons */
menulist:hover,
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.subviewbutton):not([open]):not([disabled]):not([checked]):hover,
.subviewbutton.panel-subview-footer:hover,
.panel-footer button:hover,
@ -154,6 +157,7 @@ menulist:hover .menulist-label-box,
}
/* Active buttons */
menulist[open],
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.subviewbutton):not([disabled]):not(#hack):active,
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.subviewbutton):not(.subviewbutton):not([disabled])[open],
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.subviewbutton):not([disabled])[checked],