diff options
author | ZenWalker <[email protected]> | 2017-03-27 12:03:20 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-03-27 12:05:50 +0200 |
commit | 634ff39729d9a200eb5c0a24440891d249faf9ca (patch) | |
tree | 9795fe8172d7043f0f8767e945b252c680fb13bb /desktop-themes/TraditionalOk | |
parent | 23cfaa3e6be78e02ee8278710018721e6623db7e (diff) | |
download | mate-themes-634ff39729d9a200eb5c0a24440891d249faf9ca.tar.bz2 mate-themes-634ff39729d9a200eb5c0a24440891d249faf9ca.tar.xz |
Traditional themes: set notebook borders for pavu-control
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 1674ed8d..f4952e15 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; } |