diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-19 15:34:39 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-19 15:35:45 +0100 |
commit | 06dc50771c10616003c0a3963a3c06b36f4ec3cd (patch) | |
tree | 6b47b884f0a276b189571fc423e16b9cbd872cbb | |
parent | 7bc68b2e9a7fff70619ba968e6669cc0d7289296 (diff) | |
download | mate-themes-06dc50771c10616003c0a3963a3c06b36f4ec3cd.tar.bz2 mate-themes-06dc50771c10616003c0a3963a3c06b36f4ec3cd.tar.xz |
GTK+-3.20 Blue-Submarine: port terminal settings to 3.20
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 14 |
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 * ****************/ |