summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-06-11 01:16:03 +0200
committerZenWalker <[email protected]>2017-06-11 01:16:03 +0200
commita01db2871e64849e8e5a72e0b586e1ebb42ad75c (patch)
tree4ef8b51a0ca5b176b722f315313ffe6e3f84943f /desktop-themes
parentbb1f13b4146eed2080c7f4b852fc4158a6973842 (diff)
downloadmate-themes-a01db2871e64849e8e5a72e0b586e1ebb42ad75c.tar.bz2
mate-themes-a01db2871e64849e8e5a72e0b586e1ebb42ad75c.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
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css9
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css9
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 {