diff options
author | ZenWalker <[email protected]> | 2017-06-11 01:16:03 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-06-11 01:18:06 +0200 |
commit | 85b94ccd8ddcdc3d11eb69e96637b91bcce50cc3 (patch) | |
tree | fdc9b21ba1b23d358cc33f5025d7b2dcd60757fa | |
parent | f8b52c8c49210826dc96579d242fc3333c15bf3f (diff) | |
download | mate-themes-85b94ccd8ddcdc3d11eb69e96637b91bcce50cc3.tar.bz2 mate-themes-85b94ccd8ddcdc3d11eb69e96637b91bcce50cc3.tar.xz |
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
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 9 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 9 |
2 files changed, 4 insertions, 14 deletions
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 { |