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/TraditionalOk | |
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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 2e2f758c..58152928 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/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: @border_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; } @@ -539,7 +544,7 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab { padding: 4px 2px 4px 6px; margin: 0px 0px 0px -1px; border-style: solid; - border-color: @theme_bg_color; + border-color: @border_color; border-width: 1px; } |