From f57fdd9aa83e3ef816b6e2702397595035556e14 Mon Sep 17 00:00:00 2001 From: ZenWalker Date: Mon, 27 Mar 2017 12:03:20 +0200 Subject: Traditional themes: set notebook borders for pavu-control --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 ++ 1 file changed, 2 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 2a0ec641..cee82e48 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1707,6 +1707,8 @@ 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; } -- cgit v1.2.1