summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-19 15:34:39 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-19 15:34:39 +0100
commitf324d89e5ac763118e61652d985fe7e051bc3849 (patch)
treeb8c0072480e7366618f8166723e8918eeed6a000 /desktop-themes/Blue-Submarine
parentde14093b7b513b3ee92122d7d377b64b4191ba5b (diff)
downloadmate-themes-f324d89e5ac763118e61652d985fe7e051bc3849.tar.bz2
mate-themes-f324d89e5ac763118e61652d985fe7e051bc3849.tar.xz
GTK+-3.20 Blue-Submarine: port terminal settings to 3.20
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css14
1 files changed, 5 insertions, 9 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 c4045502..2f7b8bc4 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -697,21 +697,17 @@ MatePanelApplet .horizontal .vertical .frame {
* Mate-terminal *
****************/
+.mate-terminal notebook {
+ border-color: @menu_bg_dark_color;
+}
+
/* Background mate-terminal, this isn't the normal way to style that! */
-TerminalWindow .entry {
+.mate-terminal .vte {
-TerminalWindow-background-darkness: 0.95;
background-color: @terminal_background_color;
color: @selected_fg_color;
}
-TerminalWindow .grip {
- background-color: shade (@theme_bg_color, 1.0);
- background-image: url("assets/resize-grip.svg");
- -GtkWindow-resize-grip-default: true;
- -GtkWindow-resize-grip-width: 13;
- -GtkWindow-resize-grip-height: 13;
-}
-
/****************
* Pluma *
****************/