summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen/gtk-3.0
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-04-04 21:28:44 +0200
committerZenWalker <[email protected]>2017-04-04 21:28:44 +0200
commit447b454f0d4b6c5b0cfbfebd5a69b93611aa1845 (patch)
treed759cffae53935054399df15f246a1fc061760ba /desktop-themes/TraditionalGreen/gtk-3.0
parentf1d46132473da0ab4cfe03ff2af8f900a18a513a (diff)
downloadmate-themes-447b454f0d4b6c5b0cfbfebd5a69b93611aa1845.tar.bz2
mate-themes-447b454f0d4b6c5b0cfbfebd5a69b93611aa1845.tar.xz
TOK/TG: pavu-control: margin 0px
Fixes borders in xfce4-terminal tabs and probably more applications
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 72fd11c2..a7143dbc 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1705,6 +1705,7 @@ window.background > box.vertical > notebook:not(.frame),
window.background.csd > box.vertical > notebook:not(.frame),
window.background.ssd > box.vertical > notebook:not(.frame),
window.background.solid-csd > box.vertical > notebook:not(.frame) {
+ margin: 0px;
background-color: @notebook_bg_color;
background-clip: border-box;
border-radius: 3px 3px 0px 0px;
@@ -1714,7 +1715,7 @@ 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 ;
+ margin: 0px;
border-style: solid;
border-width: 0px 0.4px 0.4px 0.4px;
border-color: @notebook_border;
@@ -1724,6 +1725,7 @@ 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 {
+ margin: 0px;
border-style: solid;
border-width: 0px 0px 0px 1px;
border-color: @notebook_border;