summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css10
10 files changed, 77 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index 89206859..e2bb25e2 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -835,3 +835,14 @@ EomThumbNav .button.flat:hover:last-child {
EomThumbNav .button.flat:disabled {
background-image: none;
}
+
+/****************
+ * Mate-terminal *
+ ****************/
+
+/* workaround for broken size with gtk+-3.20 */
+window.background.mate-terminal box.vertical {
+ min-width: 640px;
+ min-height: 380px;
+}
+
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;
}
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 085249b9..52ae776d 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -619,6 +619,12 @@ GtkTrayIcon.background {
* Mate-Terminal *
****************/
+/* workaround for broken size with gtk+-3.20 */
+window.background.mate-terminal box.vertical {
+ min-width: 640px;
+ min-height: 380px;
+}
+
TerminalWindow GtkNotebook.notebook tab {
padding: 2px;
border-color: transparent;
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
index 11f96cc0..42311727 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
@@ -284,6 +284,12 @@ NaTrayApplet {
* Mate-Terminal *
****************/
+/* workaround for broken size with gtk+-3.20 */
+window.background.mate-terminal box.vertical {
+ min-width: 640px;
+ min-height: 380px;
+}
+
/* Background mate-terminal, this isn't the normal way to style that! */
TerminalWindow .entry {
-TerminalWindow-background-darkness: 0.95;
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;
+}
+
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index d3fcf374..fef64b0a 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-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;
}
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 6852f642..7bf0792e 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -579,6 +579,12 @@ MatePanelApplet .horizontal .vertical .frame {
* Mate-Terminal *
****************/
+/* workaround for broken size with gtk+-3.20 */
+window.background.mate-terminal box.vertical {
+ min-width: 640px;
+ min-height: 380px;
+}
+
/* Background mate-terminal, this isn't the normal way to style that! */
TerminalWindow .entry {
-TerminalWindow-background-darkness: 0.95;
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 08ad27e2..2868f58c 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -580,6 +580,12 @@ GtkTrayIcon.background {
* Mate-Terminal *
****************/
+/* workaround for broken size with gtk+-3.20 */
+window.background.mate-terminal box.vertical {
+ min-width: 640px;
+ min-height: 380px;
+}
+
TerminalWindow GtkNotebook.notebook tab {
padding: 2px;
border-color: transparent;
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 2499d5c1..dfa70caf 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -370,3 +370,13 @@ EggToolbarEditor.vertical scrolledwindow {
border-style: solid;
}
+/****************
+ * Mate-Terminal *
+ ****************/
+
+/* workaround for broken size with gtk+-3.20 */
+window.background.mate-terminal box.vertical {
+ min-width: 640px;
+ min-height: 380px;
+}
+
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index a25c1a5a..6f11059d 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -369,3 +369,13 @@ EggToolbarEditor.vertical scrolledwindow {
border-style: solid;
}
+/****************
+ * Mate-Terminal *
+ ****************/
+
+/* workaround for broken size with gtk+-3.20 */
+window.background.mate-terminal box.vertical {
+ min-width: 640px;
+ min-height: 380px;
+}
+