Sidebar and other small fixes

master
Christian Medel 2019-07-19 12:45:07 -04:00
parent 6f37ebeec3
commit 10429cf6fa
1 changed files with 6 additions and 0 deletions

View File

@ -1979,6 +1979,12 @@ filechooser .sidebar, .nautilus-window .sidebar, .nemo-window .sidebar {
.caja-navigation-window .caja-side-pane .expander:hover {
color: #989898; }
stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list {
border-right: 1px solid shade(#D8D8D8, 0.9);
border-left-style: none; }
stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list {
border-left: 1px solid shade(#D8D8D8, 0.9);
border-right-style: none; }
stacksidebar row {
padding: 10px 4px; }
stacksidebar row > label {