diff options
author | raveit65 <[email protected]> | 2016-03-06 17:53:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-06 17:53:04 +0100 |
commit | 3e3a25722d4bf98fbf627975b335ee303e7219f1 (patch) | |
tree | a4ce055924b8f41672b4f4311a6d5579d41b554f /desktop-themes/ContrastHighInverse/gtk-3.0 | |
parent | 999e478f0aa0bab53ca8a72395e4ed73843c4943 (diff) | |
download | mate-themes-3e3a25722d4bf98fbf627975b335ee303e7219f1.tar.bz2 mate-themes-3e3a25722d4bf98fbf627975b335ee303e7219f1.tar.xz |
GTK+-3.20 all themes: set min width and height for mate-terminal
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-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; +} + |