summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-28 09:02:40 +0200
committerraveit65 <[email protected]>2017-03-28 09:04:00 +0200
commit8c047d4784825748decacd1773b55c5c42b2dcd3 (patch)
treed4f519068e65c42085d560752f97cea50235ac13 /desktop-themes/Blue-Submarine/gtk-3.0
parentba56ee1072e21553c6c4188a1ce0d456baf57389 (diff)
downloadmate-themes-8c047d4784825748decacd1773b55c5c42b2dcd3.tar.bz2
mate-themes-8c047d4784825748decacd1773b55c5c42b2dcd3.tar.xz
Gtk+-3.20 Most themes: don't use a border for terminal notebook
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css18
1 files changed, 8 insertions, 10 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index dabe97d1..57be67e0 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -900,6 +900,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;
@@ -1320,13 +1328,3 @@ MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough {
border-radius: 3px;
}
-/*****************
- * mate-terminal *
- *****************/
-
-/* override for pavu-control */
-window.background.mate-terminal > box.vertical > notebook {
- border-style: none;
- border-width: 0px;
-}
-