From bc1b4a81188e093619ea94932b086456e2f2043a Mon Sep 17 00:00:00 2001 From: ZenWalker Date: Tue, 28 Mar 2017 03:53:25 +0200 Subject: Traditional themes: set notebook borders for pavu-control (better fix) --- .../TraditionalGreen/gtk-3.0/gtk-widgets.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (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 cee82e48..6cf9105e 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1707,11 +1707,28 @@ window.background.ssd > box.vertical > notebook:not(.frame), window.background.solid-csd > box.vertical > notebook:not(.frame) { background-color: @notebook_bg_color; background-clip: border-box; - border-style: solid; - border-width: 0.4px; border-radius: 3px 3px 0px 0px; } +window.background > box.vertical > notebook:not(.frame) > stack > box, +window.background.csd > box.vertical > notebook:not(.frame) > stack > box, +window.background.ssd > box.vertical > notebook:not(.frame) > stack > box, +window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box { + margin:-1px -1px 0px 0px ; + border-style: solid; + border-width: 0px 0.4px 0.4px 0.4px; + border-color: @notebook_border; +} + +window.background > box.vertical > notebook:not(.frame) > header.top, +window.background.csd > box.vertical > notebook:not(.frame) > header.top, +window.background.ssd > box.vertical > notebook:not(.frame) > header.top, +window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top { + border-style: solid; + border-width: 0px 0px 0px 1px; + border-color: @notebook_border; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { background-color: @notebook_bg_color; border-radius: 0px; -- cgit v1.2.1