summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-06-05 01:10:36 +0200
committerZenWalker <[email protected]>2017-06-05 01:12:48 +0200
commit2c38708ab35dc2ac0a4dc2ecf815513a2b94b445 (patch)
treeb8180deb4d0e180368285a4d215289e1aaa11290 /desktop-themes
parentfb84637498b664deb6f044b82483b7358c3450f8 (diff)
downloadmate-themes-2c38708ab35dc2ac0a4dc2ecf815513a2b94b445.tar.bz2
mate-themes-2c38708ab35dc2ac0a4dc2ecf815513a2b94b445.tar.xz
TOK/TG: xfce4-terminal: solid color to the notebook header border
This change is needed after https://github.com/mate-desktop/mate-themes/commit/1d148f45b89ed63961af8c006b80c982e8bffda8
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css8
2 files changed, 4 insertions, 12 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 8fd49601..64edb0cd 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1727,12 +1727,8 @@ 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-image: linear-gradient(to bottom,
- shade(@notebook_tab_gradient_a, 1.05),
- shade(@notebook_tab_gradient_b, 1.04) 50%,
- shade(@notebook_tab_gradient_c, 1.06) 50%,
- shade(@notebook_tab_gradient_d, 1.05)) 0 100%;
+ border-width: 0px 0px 0px 0.1px;
+ border-color: @theme_bg_color;
}
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 03c387da..54606124 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1728,12 +1728,8 @@ 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-image: linear-gradient(to bottom,
- shade(@notebook_tab_gradient_a, 1.05),
- shade(@notebook_tab_gradient_b, 1.04) 50%,
- shade(@notebook_tab_gradient_c, 1.06) 50%,
- shade(@notebook_tab_gradient_d, 1.05)) 0 100%;
+ border-width: 0px 0px 0px 0.1px;
+ border-color: @theme_bg_color;
}
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {