diff options
author | ZenWalker <[email protected]> | 2017-03-27 12:03:20 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-03-27 12:03:20 +0200 |
commit | f57fdd9aa83e3ef816b6e2702397595035556e14 (patch) | |
tree | 29c3d642366c08bf26e9543b9967f9e17e497d11 /desktop-themes/TraditionalGreen | |
parent | 5d5cb3464135ac3bf8d20cad5d778f11a5778659 (diff) | |
download | mate-themes-f57fdd9aa83e3ef816b6e2702397595035556e14.tar.bz2 mate-themes-f57fdd9aa83e3ef816b6e2702397595035556e14.tar.xz |
Traditional themes: set notebook borders for pavu-control
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-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; } |