summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-06 17:53:04 +0100
committerraveit65 <[email protected]>2016-03-06 17:53:42 +0100
commit4b7682c346b06fa877128dfc3a68ec07a567f1bb (patch)
tree4165a31b408d99a4b79ac43ab5a3598539945a63 /desktop-themes/Blue-Submarine
parentb7afbfd88c0275d007e585fecebcfaac8438e43d (diff)
downloadmate-themes-4b7682c346b06fa877128dfc3a68ec07a567f1bb.tar.bz2
mate-themes-4b7682c346b06fa877128dfc3a68ec07a567f1bb.tar.xz
GTK+-3.20 all themes: set min width and height for mate-terminal
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css6
1 files changed, 6 insertions, 0 deletions
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 cf88b508..3e53d4a2 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -570,6 +570,12 @@ na-tray-applet {
* Mate-terminal *
****************/
+/* workaround for broken size with gtk+-3.20 */
+window.background.mate-terminal box.vertical {
+ min-width: 640px;
+ min-height: 380px;
+}
+
.mate-terminal notebook {
border-color: @menu_bg_dark_color;
}