summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-08-08 15:46:49 +0200
committerraveit65 <[email protected]>2018-08-08 15:46:49 +0200
commit76fe5f581e41ba96d41a665b739de890fc3bdf34 (patch)
tree58d2d198a418824db2c3486191efe2d8a277da7e /desktop-themes/Menta/gtk-3.0
parent10f21e0d5c4177f77180c9efaecfd7a0804f0569 (diff)
downloadmate-themes-76fe5f581e41ba96d41a665b739de890fc3bdf34.tar.bz2
mate-themes-76fe5f581e41ba96d41a665b739de890fc3bdf34.tar.xz
Menta/Submarine: fix backdrop/focus state with gnome-disk-utility
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gnome-applications.css8
1 files changed, 8 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 cb4f0fde..2b2e8c02 100644
--- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
@@ -119,3 +119,11 @@ toolbar.primary-toolbar.horizontal > toolitem > grid.horizontal > button.scale.f
color: @osd_button_fg_active;
}
+/**********************
+ * gnome-disk-utility *
+ **********************/
+
+/* fixes for backdrop/foreground state */
+window.background.csd > box > paned > notebook box > widget > box > box > box widget:backdrop:selected {
+ color: @theme_fg_color;
+}