diff options
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gnome-applications.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gnome-applications.css b/desktop-themes/Menta/gtk-3.0/gnome-applications.css index 2b2e8c02..cf8636d7 100644 --- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css @@ -33,6 +33,26 @@ } */ +/* icon & list view */ + +.nautilus-window notebook overlay > scrolledwindow, +.nautilus-window notebook overlay > scrolledwindow:backdrop widget.view { + transition: all 400ms ease-out; +} + +.nautilus-window notebook overlay > scrolledwindow { + background-color: @theme_base_color; +} + +.nautilus-window notebook overlay > scrolledwindow:backdrop { + background-color: shade(@backdrop_color, 1.00); + color: @theme_unfocused_fg_color; +} + +.nautilus-window notebook overlay > scrolledwindow:backdrop widget.view { + color: @theme_unfocused_fg_color; +} + /* workaround for jumping buttons in nautilus */ .nautilus-window headerbar.titlebar .linked.path-bar > button, .nautilus-window headerbar.titlebar .linked.path-bar > button.text-button.toggle { |