diff options
author | ZenWalker <[email protected]> | 2017-04-13 02:25:46 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-04-13 02:27:23 +0200 |
commit | 819f5aec517daf735b11a7cc5882d7327b787e4b (patch) | |
tree | 6529291d5d6d6baab2a6aca816c07fe70bd72190 /desktop-themes/TraditionalOk | |
parent | 368455052dc7aca008ec465ea7f583b2baa93476 (diff) | |
download | mate-themes-819f5aec517daf735b11a7cc5882d7327b787e4b.tar.bz2 mate-themes-819f5aec517daf735b11a7cc5882d7327b787e4b.tar.xz |
TOK/TG: xfce4-terminal: gradient color to the notebook header border
and probably in more applications
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index c0683fd0..aacde7ed 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1729,7 +1729,11 @@ 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; + 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%; } printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { |