diff options
author | raveit65 <[email protected]> | 2018-03-04 12:56:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-09 17:04:01 +0200 |
commit | 5a6402839a97237dcad5fb50af4247489b8a2638 (patch) | |
tree | 8edc21f2166ad05797be50c1e474ad1f40957dd4 /desktop-themes/Menta/gtk-3.0 | |
parent | 068451decc40e47bf9ec94acde11e2aa1bad14e6 (diff) | |
download | mate-themes-5a6402839a97237dcad5fb50af4247489b8a2638.tar.bz2 mate-themes-5a6402839a97237dcad5fb50af4247489b8a2638.tar.xz |
Menta themes: add backdrop support for nautilus
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 { |