diff options
author | raveit65 <[email protected]> | 2018-03-04 12:56:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-07 16:40:49 +0200 |
commit | 577773ede79ccd9d3999b0fe092e69277cda458b (patch) | |
tree | 7f9703a1637f883dfb13858203a5e2981d0245ca /desktop-themes | |
parent | 52b630328fd9dc8ccd78ca87bf9628669e77cb3b (diff) | |
download | mate-themes-577773ede79ccd9d3999b0fe092e69277cda458b.tar.bz2 mate-themes-577773ede79ccd9d3999b0fe092e69277cda458b.tar.xz |
Menta themes: add backdrop support for nautilus
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css | 20 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gnome-applications.css | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css index 2b2e8c02..cf8636d7 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css +++ b/desktop-themes/BlueMenta/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 { 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 { |