From 76e3b067259c7d7aca2e490f249a949f1d8b06a3 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/TraditionalOk/gtk-3.0/gtk-widgets.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop-themes/TraditionalOk/gtk-3.0') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index a14c322e..caab8559 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1708,6 +1708,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