summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-03-27 12:03:20 +0200
committerZenWalker <[email protected]>2017-03-27 12:05:14 +0200
commit76e3b067259c7d7aca2e490f249a949f1d8b06a3 (patch)
tree0fc8874cbce507d930f954bfcc6f90a39e300098 /desktop-themes
parentef2bca74417850525fa01923ca647ac397d9935c (diff)
downloadmate-themes-76e3b067259c7d7aca2e490f249a949f1d8b06a3.tar.bz2
mate-themes-76e3b067259c7d7aca2e490f249a949f1d8b06a3.tar.xz
Traditional themes: set notebook borders for pavu-control
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css2
2 files changed, 4 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;
}
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;
}