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 */
#sidebar-box, #sidebar-box, #sidebar,
.sidebar-panel[lwt-sidebar] { .sidebar-panel[lwt-sidebar] {
color: var(--gnome-toolbar-color) !important; color: var(--gnome-toolbar-color) !important;
background: var(--gnome-toolbar-background) !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 page */
#customization-container:-moz-lwtheme { #customization-container:-moz-lwtheme {
background-image: linear-gradient(var(--gnome-browser-before-load-background), var(--gnome-browser-before-load-background)) !important; 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; min-height: 28px !important;
} }
.toolbar-menupopup :is(menu, menuitem) {
margin: 0 !important;
}
.subviewbutton, .subviewbutton,
.protections-popup-footer-button, .protections-popup-footer-button,
.protections-popup-category, .protections-popup-category,