From 120a5baaf58caea861074446be6ef2b0366ae110 Mon Sep 17 00:00:00 2001 From: ZenWalker Date: Sat, 1 Apr 2017 20:41:42 +0200 Subject: TOK/TG: mate-terminal: set gradient color to the notebook header border --- desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'desktop-themes/TraditionalOk') 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; } -- cgit v1.2.1