mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
More Nautilus and other lists fixes
This commit is contained in:
parent
18fe83e839
commit
e332b788f9
6 changed files with 39 additions and 12 deletions
|
|
@ -2781,10 +2781,16 @@ separator {
|
|||
*********/
|
||||
|
||||
// this is to prevent transient scrollbars to appear on top of content (or even controls!)
|
||||
scrolledwindow > viewport {
|
||||
padding-right: 1em;
|
||||
scrolledwindow {
|
||||
& > list, & > columnview, & > listview, & > treeview,
|
||||
& > viewport > list, & > viewport > listview, & > viewport > columnview, & > viewport > treeview {
|
||||
$padding: $_slider_width + 4 * $border_width;
|
||||
&:dir(ltr) {padding: 0 $padding 0 0;}
|
||||
&:dir(rtl) {padding: 0 0 0 $padding;}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
listview,
|
||||
list {
|
||||
color: $text_color;
|
||||
|
|
@ -2976,6 +2982,12 @@ expander-widget {
|
|||
}
|
||||
}
|
||||
|
||||
.navigation-sidebar,
|
||||
placessidebar {
|
||||
background-color: $base_color;
|
||||
color: $text_color;
|
||||
}
|
||||
|
||||
|
||||
/************
|
||||
* Calendar *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue