This commit is contained in:
vinceliuice 2023-10-26 01:22:08 +08:00
parent 0734100b79
commit 9bd1d2b4de
2 changed files with 11 additions and 1 deletions

View File

@ -119,12 +119,18 @@ findbar:-moz-window-inactive label,
}
/* Sidebar */
#sidebar-box,
#sidebar-box, #sidebar,
.sidebar-panel[lwt-sidebar] {
color: var(--gnome-toolbar-color) !important;
background: var(--gnome-toolbar-background) !important;
}
.sidebar-splitter {
width: 1px !important;
background-color: var(--gnome-toolbar-border-color) !important;
border: none !important;
}
/* Customization page */
#customization-container:-moz-lwtheme {
background-image: linear-gradient(var(--gnome-browser-before-load-background), var(--gnome-browser-before-load-background)) !important;

View File

@ -186,6 +186,10 @@ menuitem, menupopup menu,
min-height: 28px !important;
}
.toolbar-menupopup :is(menu, menuitem) {
margin: 0 !important;
}
.subviewbutton,
.protections-popup-footer-button,
.protections-popup-category,