From f1d46132473da0ab4cfe03ff2af8f900a18a513a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 4 Apr 2017 16:04:54 +0200 Subject: Gtk+-3.20 all themes: improvements for mate-menu --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 0ee5d82d..a0e6679e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -36,11 +36,17 @@ window { color: @theme_fg_color; } -.background { +/* exclude widget for mate-menu */ +.background:not(widget) { color: @theme_fg_color; background-color: @theme_bg_color; } +/* override previous setting for rubberband of mate-screenshot */ +.background.rubberband { + background-color: transparent; +} + .background:backdrop { text-shadow: none; -gtk-icon-shadow: none; -- cgit v1.2.1