diff options
author | ZenWalker <[email protected]> | 2017-03-30 01:11:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-01 09:57:59 +0200 |
commit | d899e533d2792d53d967996b0480416f15b8738f (patch) | |
tree | 92ee1bd23af87445a635fdd8dddd41f7b753a013 /desktop-themes | |
parent | d74557ec6e48aacfad24a2db1c81d921dbcece9a (diff) | |
download | mate-themes-d899e533d2792d53d967996b0480416f15b8738f.tar.bz2 mate-themes-d899e533d2792d53d967996b0480416f15b8738f.tar.xz |
Menta themes: set color to the notebook header border
Diffstat (limited to 'desktop-themes')
-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; } /************************* |