diff options
author | ZenWalker <[email protected]> | 2017-03-27 12:03:20 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-03-27 12:05:14 +0200 |
commit | 76e3b067259c7d7aca2e490f249a949f1d8b06a3 (patch) | |
tree | 0fc8874cbce507d930f954bfcc6f90a39e300098 /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | ef2bca74417850525fa01923ca647ac397d9935c (diff) | |
download | mate-themes-76e3b067259c7d7aca2e490f249a949f1d8b06a3.tar.bz2 mate-themes-76e3b067259c7d7aca2e490f249a949f1d8b06a3.tar.xz |
Traditional themes: set notebook borders for pavu-control
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |