diff options
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index fafbdbdb..f62f05f1 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -363,3 +363,13 @@ EomThumbNav .frame { border-width: 2px; } +/**************** + * Mate-Terminal * + ****************/ + +/* workaround for broken size with gtk+-3.20 */ +window.background.mate-terminal box.vertical { + min-width: 640px; + min-height: 380px; +} + |