diff options
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 11 |
1 files changed, 11 insertions, 0 deletions
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 31b36f77..447e6cd9 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1362,3 +1362,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: 0px; +} + |