From c62aa18135f964a932989f049ac3f45ed076bf83 Mon Sep 17 00:00:00 2001 From: ZenWalker Date: Thu, 30 Mar 2017 01:11:13 +0200 Subject: Menta themes: set color to the notebook header border --- desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 1 + desktop-themes/Menta/gtk-3.0/mate-applications.css | 1 + 2 files changed, 2 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 3cfadb31..50f39b94 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -906,6 +906,7 @@ window.background.mate-terminal > box.vertical > notebook > stack > box { window.background.mate-terminal > box.vertical > notebook > header.top { border-width: 0px 0px 0px 1px; + border-color: @theme_bg_color; } /************************* diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 4283fca6..931a4fe7 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -909,6 +909,7 @@ window.background.mate-terminal > box.vertical > notebook > stack > box { window.background.mate-terminal > box.vertical > notebook > header.top { border-width: 0px 0px 0px 1px; + border-color: @theme_bg_color; } /************************* -- cgit v1.2.1