diff options
author | ZenWalker <[email protected]> | 2017-06-05 01:10:36 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-06-05 01:12:48 +0200 |
commit | 2c38708ab35dc2ac0a4dc2ecf815513a2b94b445 (patch) | |
tree | b8180deb4d0e180368285a4d215289e1aaa11290 /desktop-themes/TraditionalOk | |
parent | fb84637498b664deb6f044b82483b7358c3450f8 (diff) | |
download | mate-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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 8 |
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 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 { |