mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
43
home/system/gtk/theme/gtk-3.20/widgets/sidebar.css
Normal file
43
home/system/gtk/theme/gtk-3.20/widgets/sidebar.css
Normal file
@@ -0,0 +1,43 @@
|
||||
/***********
|
||||
* Sidebar *
|
||||
***********/
|
||||
|
||||
.sidebar {
|
||||
border-style: none;
|
||||
background-color: @tooltip_bg_color;
|
||||
}
|
||||
stacksidebar.sidebar:dir(ltr) list,
|
||||
stacksidebar.sidebar.left list,
|
||||
stacksidebar.sidebar.left:dir(rtl) list,
|
||||
.sidebar:dir(ltr),
|
||||
.sidebar.left,
|
||||
.sidebar.left:dir(rtl) {
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-left-style: none;
|
||||
background-color: @tooltip_bg_color;
|
||||
}
|
||||
stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl),
|
||||
stacksidebar.sidebar.right list .sidebar:dir(rtl),
|
||||
.sidebar.right {
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-right-style: none;
|
||||
}
|
||||
.sidebar list {
|
||||
background-color: @tooltip_bg_color;
|
||||
}
|
||||
paned .sidebar.left,
|
||||
paned .sidebar.right,
|
||||
paned .sidebar.left:dir(rtl),
|
||||
paned .sidebar:dir(rtl),
|
||||
paned .sidebar:dir(ltr),
|
||||
paned .sidebar {
|
||||
border-style: none;
|
||||
background-color: @tooltip_bg_color;
|
||||
}
|
||||
stacksidebar row {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
stacksidebar row > label {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user