summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-03-28 03:53:25 +0200
committerZenWalker <[email protected]>2017-03-28 03:54:32 +0200
commitddf0b5fcb576ce081e34eff7ff002a14fbdcf588 (patch)
tree9eb72e9a1ee90b3a93d37bba0f47533385f8f5b0 /desktop-themes
parent76e3b067259c7d7aca2e490f249a949f1d8b06a3 (diff)
downloadmate-themes-ddf0b5fcb576ce081e34eff7ff002a14fbdcf588.tar.bz2
mate-themes-ddf0b5fcb576ce081e34eff7ff002a14fbdcf588.tar.xz
Traditional themes: set notebook borders for pavu-control (better fix)
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css21
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css21
2 files changed, 38 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index cee82e48..6cf9105e 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1707,11 +1707,28 @@ 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;
}
+window.background > box.vertical > notebook:not(.frame) > stack > box,
+window.background.csd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.ssd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box {
+ margin:-1px -1px 0px 0px ;
+ border-style: solid;
+ border-width: 0px 0.4px 0.4px 0.4px;
+ border-color: @notebook_border;
+}
+
+window.background > box.vertical > notebook:not(.frame) > header.top,
+window.background.csd > box.vertical > notebook:not(.frame) > header.top,
+window.background.ssd > box.vertical > notebook:not(.frame) > header.top,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top {
+ border-style: solid;
+ border-width: 0px 0px 0px 1px;
+ border-color: @notebook_border;
+}
+
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
background-color: @notebook_bg_color;
border-radius: 0px;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index caab8559..d20f73e7 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1708,11 +1708,28 @@ 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;
}
+window.background > box.vertical > notebook:not(.frame) > stack > box,
+window.background.csd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.ssd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box {
+ margin:-1px -1px 0px 0px ;
+ border-style: solid;
+ border-width: 0px 0.4px 0.4px 0.4px;
+ border-color: @notebook_border;
+}
+
+window.background > box.vertical > notebook:not(.frame) > header.top,
+window.background.csd > box.vertical > notebook:not(.frame) > header.top,
+window.background.ssd > box.vertical > notebook:not(.frame) > header.top,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top {
+ border-style: solid;
+ border-width: 0px 0px 0px 1px;
+ border-color: @notebook_border;
+}
+
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
background-color: @notebook_bg_color;
border-radius: 0px;