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/Green-Submarine | |
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/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 100615f1..455656d5 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -912,6 +912,14 @@ na-tray-applet > widget > box { border-color: @menu_bg_dark_color; } +/* 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; +} + vte-terminal { -TerminalWindow-background-darkness: 0.95; background-color: @terminal_background_color; @@ -1340,9 +1348,5 @@ MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough { * mate-terminal * *****************/ -/* override for pavu-control */ -window.background.mate-terminal > box.vertical > notebook { - border-style: none; - border-width: 0px; -} + |