forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
/* Sidebar */
|
||||
|
||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
|
||||
#sidebar-box, .sidebar-panel {
|
||||
background: var(--gnome-sidebar-background) !important;
|
||||
}
|
||||
#sidebar-box:-moz-window-inactive, .sidebar-panel:-moz-window-inactive {
|
||||
background: var(--gnome-inactive-sidebar-background) !important;
|
||||
}
|
||||
#sidebar-box:-moz-window-inactive label, #sidebar-box:-moz-window-inactive image,
|
||||
.sidebar-panel:-moz-window-inactive label, .sidebar-panel:-moz-window-inactive image,
|
||||
.sidebar-placesTreechildren:-moz-window-inactive {
|
||||
opacity: 0.7 !important;
|
||||
}
|
||||
#sidebar-splitter {
|
||||
background: var(--gnome-toolbar-background) !important;
|
||||
border: 0 !important;
|
||||
border-right: 1px solid var(--gnome-toolbar-border-color) !important;
|
||||
width: 0 !important;
|
||||
}
|
||||
#sidebar-splitter:-moz-window-inactive {
|
||||
background: var(--gnome-inactive-toolbar-background) !important;
|
||||
border-color: var(--gnome-inactive-toolbar-border-color) !important;
|
||||
}
|
||||
|
||||
#sidebar-header {
|
||||
padding: 6px !important;
|
||||
border-bottom: 1px solid var(--gnome-toolbar-border-color) !important;
|
||||
}
|
||||
#sidebar-search-container {
|
||||
padding: 6px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user