summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-11-29 00:23:21 +0100
committerWolfgang Ulbrich <[email protected]>2015-11-29 00:23:21 +0100
commitd7da5be424e5c3313558b1c092f30af1c05b621e (patch)
treeaf1ffff1b1d7e60f115e0cbdb64cb49567086752 /desktop-themes/Blue-Submarine
parent5387180c851ff9a9a33a87b5c3c527503f5cd380 (diff)
downloadmate-themes-d7da5be424e5c3313558b1c092f30af1c05b621e.tar.bz2
mate-themes-d7da5be424e5c3313558b1c092f30af1c05b621e.tar.xz
Revert "GTK3: use a horizontal padding=0 for GtkCell"
This reverts commit 5387180c851ff9a9a33a87b5c3c527503f5cd380.
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css11
1 files changed, 0 insertions, 11 deletions
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 598f1eb0..834eedb1 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1417,14 +1417,3 @@ 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;
-}
-