summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-06 17:53:04 +0100
committerraveit65 <[email protected]>2016-03-06 17:53:04 +0100
commit3e3a25722d4bf98fbf627975b335ee303e7219f1 (patch)
treea4ce055924b8f41672b4f4311a6d5579d41b554f /desktop-themes
parent999e478f0aa0bab53ca8a72395e4ed73843c4943 (diff)
downloadmate-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')
-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 b4e44087..331e4751 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -796,3 +796,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;
+}
+