From 9c19098b7cb3641b173a5c682e0e9c4a0a665ef2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Jun 2016 22:42:37 +0200 Subject: GTK+-3.20 TOK themes: fix wrong bg color of notebook in wifi password dialog, nm-applet --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'desktop-themes/TraditionalGreen') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 5bf72440..3b5eb26d 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1557,7 +1557,11 @@ stackswitcher > button:dir(ltr).text-button:checked:hover { notebook { padding: 0; background-clip: border-box; +} + +notebook.frame { background-color: @notebook_bg_color; + background-clip: border-box; border-color: @border_color; border-style: solid; border-width: 1px; @@ -1565,12 +1569,19 @@ notebook { } printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { + background-color: @notebook_bg_color; border-radius: 0px; border-style: solid; border-color: @border_color; border-width: 1px 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: @notebook_bg_color; +} + /* view areas, ie. pluma-, caja-tabs */ paned.horizontal notebook { border-style: none; -- cgit v1.2.1