From 2c128c9be69beb3c67a8d026969c95ab50f7a79b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 18 May 2014 18:37:33 +0200 Subject: BlueMenta Menta GTK3: reduce size of terminal tabs --- desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 7e173b5e..a07307d6 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -412,3 +412,19 @@ PlumaView { background-color: shade (@theme_bg_color, 1.07); } +/**************** + * Mate-Terminal * + ****************/ + +TerminalWindow GtkNotebook.notebook tab { + padding: 2px; + border-color: transparent; + border-width: 0px; + background-image: none; + background-color: transparent; +} + +TerminalWindow GtkNotebook.notebook tab.top, +.notebook tab.bottom { + padding: 2px; +} -- cgit v1.2.1