summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-03-28 03:53:25 +0200
committerZenWalker <[email protected]>2017-03-28 03:53:25 +0200
commitbc1b4a81188e093619ea94932b086456e2f2043a (patch)
treed06a737947b60c90bf39fa8f00be9eaae1378b4a /desktop-themes/TraditionalGreen
parentf57fdd9aa83e3ef816b6e2702397595035556e14 (diff)
downloadmate-themes-bc1b4a81188e093619ea94932b086456e2f2043a.tar.bz2
mate-themes-bc1b4a81188e093619ea94932b086456e2f2043a.tar.xz
Traditional themes: set notebook borders for pavu-control (better fix)
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css21
1 files changed, 19 insertions, 2 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;