From a01db2871e64849e8e5a72e0b586e1ebb42ad75c Mon Sep 17 00:00:00 2001 From: ZenWalker Date: Sun, 11 Jun 2017 01:16:03 +0200 Subject: TOK/TG: mate-terminal: solid color to the notebook header border This change is needed after https://github.com/mate-desktop/mate-themes/commit/1d148f45b89ed63961af8c006b80c982e8bffda8 --- desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 9 ++------- desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 7aba78ec..6db6a814 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -550,13 +550,8 @@ window.background.mate-terminal > box.vertical > notebook > header.top { border-radius: 3px 0px 0px 0px; margin: 0px; border-style: solid; - 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; + border-color: @theme_bg_color; + border-width: 0px 0px 0px 0.1px; } window.background.mate-terminal > box.vertical > notebook > header.top tab { diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 1f02a13f..322a46fa 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -550,13 +550,8 @@ window.background.mate-terminal > box.vertical > notebook > header.top { border-radius: 3px 0px 0px 0px; margin: 0px; border-style: solid; - 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; + border-color: @theme_bg_color; + border-width: 0px 0px 0px 0.1px; } window.background.mate-terminal > box.vertical > notebook > header.top tab { -- cgit v1.2.1