diff options
author | raveit65 <[email protected]> | 2017-03-28 09:02:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-28 09:02:40 +0200 |
commit | f14025fcb0374f996f670578d4c5c02f31b79e96 (patch) | |
tree | b7db93da5081371e999a8f4543a8c9b0eea4e992 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 2d76a3d7e95e627532a0672da401ea701bb8179e (diff) | |
download | mate-themes-f14025fcb0374f996f670578d4c5c02f31b79e96.tar.bz2 mate-themes-f14025fcb0374f996f670578d4c5c02f31b79e96.tar.xz |
Gtk+-3.20 Most themes: don't use a border for terminal notebook
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 4 |
1 files changed, 3 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 106d1b95..046527b0 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -898,7 +898,9 @@ 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, +window.background.mate-terminal > box.vertical > notebook > header.top, +window.background.mate-terminal > box.vertical > notebook > stack > box { border-style: none; border-width: 0px; } |