From fc953e225b31d4cab2d4d79b09a5278e2ea0b536 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Jun 2016 15:42:26 +0200 Subject: GTK+-3.20 Menta themes: fix wrong bg color of notebook in wifi password dialog, nm-applet --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 730f034d..8fbb85bb 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1907,10 +1907,10 @@ notebook { padding: 0; background-clip: border-box; border-style: none; - background-color: shade (@theme_bg_color, 1.1); } notebook.frame { + background-color: shade (@theme_bg_color, 1.1); border-style: solid; border-color: @borders; border-width: 1px; @@ -1918,12 +1918,19 @@ notebook.frame { } printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { + background-color: shade (@theme_bg_color, 1.1); border-radius: 0px; border-style: solid; border-color: @borders; border-width: 0px 0px 1px 0px; } +dialog.background.csd > box.vertical.dialog-vbox > notebook, /* meld preferences */ +dialog.background.ssd > box.vertical.dialog-vbox > notebook, +dialog.background.solid-csd > box.vertical.dialog-vbox > notebook { + background-color: shade (@theme_bg_color, 1.1); +} + notebook :hover { -gtk-icon-effect: highlight; color: @theme_fg_color; -- cgit v1.2.1