summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-29 10:43:08 +0200
committerraveit65 <[email protected]>2017-03-29 10:45:40 +0200
commitb14d62f32bfce5e4540698fb3ecbd0bfcbdd11f4 (patch)
tree55d20946ec086bfb481555b02d58250cfe57c8c8 /desktop-themes/BlueMenta
parentd256ea8e6ba8b248d7fae92fe717cf6df3db8344 (diff)
downloadmate-themes-b14d62f32bfce5e4540698fb3ecbd0bfcbdd11f4.tar.bz2
mate-themes-b14d62f32bfce5e4540698fb3ecbd0bfcbdd11f4.tar.xz
Gtk+-3.20 Menta themes: correct notebook header borders in mate-terminal
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 046527b0..ea7cf5e2 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -899,12 +899,15 @@ MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough {
/* override for pavu-control */
window.background.mate-terminal > box.vertical > notebook,
-window.background.mate-terminal > box.vertical > notebook > header.top,
window.background.mate-terminal > box.vertical > notebook > stack > box {
border-style: none;
border-width: 0px;
}
+window.background.mate-terminal > box.vertical > notebook > header.top {
+ border-width: 0px 0px 0px 1px;
+}
+
/*************************
* mate-power-statistics *
*************************/