summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css11
1 files changed, 11 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 7fb4f357..29a4cbab 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -761,3 +761,14 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
+/***********************
+ * Mate-system-monitor *
+ ***********************/
+
+/* workaround for crash if reducing the size of device column to zero,
+ horizontal padding needs to set to 0, any other value crashes m-s-m */
+
+.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
+ padding: 1px 0px 0px 0px;
+}
+