summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna/gtk-3.0
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css6
1 files changed, 6 insertions, 0 deletions
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;