summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-04-04 21:28:44 +0200
committerZenWalker <[email protected]>2017-04-04 21:30:33 +0200
commit6435e73b3086817ae1d1f1670c9f46fe686f4a0e (patch)
tree928619292876397fd9fc03daf7fb355638e6e025 /desktop-themes
parent89a6f3bd78d68d8cb3558f2dd8c13c69d0a37a51 (diff)
downloadmate-themes-6435e73b3086817ae1d1f1670c9f46fe686f4a0e.tar.bz2
mate-themes-6435e73b3086817ae1d1f1670c9f46fe686f4a0e.tar.xz
TOK/TG: pavu-control: margin 0px
Fixes borders in xfce4-terminal tabs and probably more applications
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css4
2 files changed, 6 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 f1b0ff8c..60f55730 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;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 79fef23f..155a2eb6 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1706,6 +1706,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;
@@ -1715,7 +1716,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;
@@ -1725,6 +1726,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;