summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-04 12:56:51 +0100
committerraveit65 <[email protected]>2019-10-07 16:40:49 +0200
commit577773ede79ccd9d3999b0fe092e69277cda458b (patch)
tree7f9703a1637f883dfb13858203a5e2981d0245ca /desktop-themes/Menta/gtk-3.0
parent52b630328fd9dc8ccd78ca87bf9628669e77cb3b (diff)
downloadmate-themes-577773ede79ccd9d3999b0fe092e69277cda458b.tar.bz2
mate-themes-577773ede79ccd9d3999b0fe092e69277cda458b.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.css20
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 {