From e11792c1de7dcc43964db25699a1f289b0cc879f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Jun 2016 21:13:13 +0200 Subject: GTK+-3.20 BlackMate: fix wrong bg color of notebook in wifi password dialog, nm-applet --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 1c456462..1ec3d6a5 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -757,6 +757,7 @@ levelbar block.empty:backdrop { notebook { background-color: transparent; border-radius: 3px; + padding: 1px 0px 1px 1px; } @@ -768,16 +769,16 @@ notebook header { border-width: 0px; } -notebook, -notebook { - padding: 1px 0px 1px 1px; +notebook.frame, +printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook, +dialog.background.csd > box.vertical.dialog-vbox > notebook, /* eg. meld preferences */ +dialog.background.ssd > box.vertical.dialog-vbox > notebook, +dialog.background.solid-csd > box.vertical.dialog-vbox > notebook { background-color: @less_dark_color; - /*background-clip: border-box;*/ - color: @theme_fg_color; /* gdebi bug? */ border-color: @less_dark_color; border-style: solid; border-width: 0px 1px 0px 1px; - + color: @theme_fg_color; } notebook.arrow:disabled { -- cgit v1.2.1