diff options
author | ZenWalker <[email protected]> | 2017-04-13 02:25:46 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-04-13 02:27:47 +0200 |
commit | 243eca3dc2db2f7bae8a4d4e8fe7c2ed752f2f98 (patch) | |
tree | 6aba31e1d4657ff2568c8c4572a7a1df736d53b5 /desktop-themes/TraditionalOk | |
parent | 3bd054a69ce3e164cf31dd64168dd3813cd386ed (diff) | |
download | mate-themes-243eca3dc2db2f7bae8a4d4e8fe7c2ed752f2f98.tar.bz2 mate-themes-243eca3dc2db2f7bae8a4d4e8fe7c2ed752f2f98.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 76d646ff..fee46aee 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 { |