summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk/gtk-3.0
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-06-05 01:10:36 +0200
committerZenWalker <[email protected]>2017-06-05 01:13:18 +0200
commita5ab516526430c0bcddf1d525f9e49dd89149c6c (patch)
tree3f5bba86dfb8e8ce6821a0f3a6d75ae465941798 /desktop-themes/TraditionalOk/gtk-3.0
parentebeeb0d2546de9f6b2576898fddb6cfae9677f93 (diff)
downloadmate-themes-a5ab516526430c0bcddf1d525f9e49dd89149c6c.tar.bz2
mate-themes-a5ab516526430c0bcddf1d525f9e49dd89149c6c.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/TraditionalOk/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index b8a66b31..a47cea76 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 {