summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-01 10:16:15 +0200
committerraveit65 <[email protected]>2017-04-01 10:16:57 +0200
commit3dc83a0b70b2bd677ace383c27d70287fff2863d (patch)
tree328aaff59c96293a567d92f936bed7a6f32c7f86
parentad3daa4b8506c8e314774e83974be3f8f57cf797 (diff)
downloadmate-themes-3dc83a0b70b2bd677ace383c27d70287fff2863d.tar.bz2
mate-themes-3dc83a0b70b2bd677ace383c27d70287fff2863d.tar.xz
Gtk+-3.20 Traditional: set color to the notebook header border in mate-terminal
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 81d60b2c..1b74aafd 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -530,7 +530,7 @@ 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-color: @theme_bg_color;
border-width: 0px 0px 0px 1px;
}
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 84366f08..3c8e1cbb 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -539,7 +539,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: @border_color;
+ border-color: @theme_bg_color;
border-width: 1px;
}