diff options
author | ZenWalker <[email protected]> | 2017-04-01 20:41:42 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-04-01 20:42:41 +0200 |
commit | 120a5baaf58caea861074446be6ef2b0366ae110 (patch) | |
tree | 6df91ed96460e09120b281bf6030c5aed6cc1d9e /desktop-themes/TraditionalGreen | |
parent | 2927783fb715251b27e41d457c39b9896ab1d130 (diff) | |
download | mate-themes-120a5baaf58caea861074446be6ef2b0366ae110.tar.bz2 mate-themes-120a5baaf58caea861074446be6ef2b0366ae110.tar.xz |
TOK/TG: mate-terminal: set gradient color to the notebook header border
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 5dcb9a74..a227181a 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -530,7 +530,12 @@ window.background.mate-terminal > box.vertical > notebook > header.top { border-radius: 3px 0px 0px 0px; margin: 0px; border-style: solid; - border-color: @theme_bg_color; + 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%; + box-shadow: inset 0px -1px 0 0 @border_color; border-width: 0px 0px 0px 1px; } |