summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-08-08 15:46:49 +0200
committerraveit65 <[email protected]>2018-08-08 16:02:37 +0200
commit099e1b439e6f8358b1eedc14104d663035a7fe8f (patch)
treeb42d85be446348aebdffdabe990f0a19c43a13c1 /desktop-themes/BlueMenta
parent52070d7b0f452e4fa2de5a2bec5e34e28ef99aca (diff)
downloadmate-themes-099e1b439e6f8358b1eedc14104d663035a7fe8f.tar.bz2
mate-themes-099e1b439e6f8358b1eedc14104d663035a7fe8f.tar.xz
Menta/Submarine: fix backdrop/focus state with gnome-disk-utility
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css8
1 files changed, 8 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 cb4f0fde..2b2e8c02 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/BlueMenta/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;
+}