From 2d7eb177b6cdb8e1ad2df693630bf9c70be690aa Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 2 Nov 2014 16:59:51 +0100 Subject: BlackMate GTK3-3.14: fix notebook background with GTK3-3.14 --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 0452be23..3cd71fdc 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -58,9 +58,17 @@ /*************** * Base States * ***************/ -* { +.background { color: @theme_fg_color; background-color: @theme_bg_color; + border-style: none; + border-width: 0px; + border-radius: 0px; +} + +.background:backdrop { + text-shadow: none; + icon-shadow: none; } *:hover { @@ -78,9 +86,13 @@ color: @theme_selected_fg_color; } +*:selected:backdrop { + text-shadow: none; + icon-shadow: none; +} + *:insensitive { - /* no need to a different background */ - background-color: @theme_bg_color; /*@insensitive_bg_color;*/ + background-color: @less_dark_color; /*@insensitive_bg_color;*/ color: @insensitive_fg_color; border-color: @insensitive_border_color; } @@ -89,12 +101,6 @@ background-color: shade(@theme_bg_color, 0.915); } -.background { - border-style: none; - border-width: 0px; - border-radius: 0px; -} - .tooltip { padding: 4px 4px; border-style: none; -- cgit v1.2.1