From 56bf26e0f0d62886bda0876411698932da832dfc Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 29 Mar 2017 11:15:19 +0200 Subject: Submarine themes: correct notebook tab borders in mate-terminal --- desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'desktop-themes/Blue-Submarine') 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 57be67e0..c5e8b807 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -908,6 +908,14 @@ window.background.mate-terminal > box.vertical > notebook > stack > box { border-width: 0px; } +window.background.mate-terminal > box.vertical > notebook > header.top tab, +window.background.mate-terminal > box.vertical > notebook > header.top tab:hover, +window.background.mate-terminal > box.vertical > notebook > header.top tab:checked, +window.background.mate-terminal > box.vertical > notebook > header.top tab:checked:hover { + margin: 0px -1px 0px -1px; + border-width: 1px 1px 0 1px; +} + vte-terminal { -TerminalWindow-background-darkness: 0.95; background-color: @terminal_background_color; -- cgit v1.2.1