diff options
author | ZenWalker <[email protected]> | 2017-03-30 01:11:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-01 09:51:29 +0200 |
commit | c62aa18135f964a932989f049ac3f45ed076bf83 (patch) | |
tree | b0a5c8971228400894c077aa8e8650f5f5923e43 | |
parent | 96f8b3f56e1fa161fb7258f269a1773882e3a97f (diff) | |
download | mate-themes-c62aa18135f964a932989f049ac3f45ed076bf83.tar.bz2 mate-themes-c62aa18135f964a932989f049ac3f45ed076bf83.tar.xz |
Menta themes: set color to the notebook header border
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 1 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 1 |
2 files changed, 2 insertions, 0 deletions
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; } /************************* |