summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-03-28 03:53:25 +0200
committerZenWalker <[email protected]>2017-03-28 03:55:00 +0200
commit57dbf32eed5f5445fbed13b1b5d54f20332c9d84 (patch)
tree4a0b1ba78a7857a998ff0315c6368f670693213c
parent634ff39729d9a200eb5c0a24440891d249faf9ca (diff)
downloadmate-themes-57dbf32eed5f5445fbed13b1b5d54f20332c9d84.tar.bz2
mate-themes-57dbf32eed5f5445fbed13b1b5d54f20332c9d84.tar.xz
Traditional themes: set notebook borders for pavu-control (better fix)
-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 871327c5..9c34499e 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 f4952e15..07dca536 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;