diff options
author | raveit65 <[email protected]> | 2014-05-18 18:37:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-18 18:37:33 +0200 |
commit | 2c128c9be69beb3c67a8d026969c95ab50f7a79b (patch) | |
tree | 712f94b99dc7b7d00776b7ab269b686f505855b0 | |
parent | f558bf11dfaf8d9c33bb61fb54517eb25018c20f (diff) | |
download | mate-themes-2c128c9be69beb3c67a8d026969c95ab50f7a79b.tar.bz2 mate-themes-2c128c9be69beb3c67a8d026969c95ab50f7a79b.tar.xz |
BlueMenta Menta GTK3: reduce size of terminal tabs
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 16 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 17 |
2 files changed, 33 insertions, 0 deletions
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; +} diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 1c0f0269..a07307d6 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -411,3 +411,20 @@ NaTrayApplet { 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; +} |