diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-29 00:23:21 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-29 00:23:21 +0100 |
commit | d7da5be424e5c3313558b1c092f30af1c05b621e (patch) | |
tree | af1ffff1b1d7e60f115e0cbdb64cb49567086752 /desktop-themes/Menta/gtk-3.0 | |
parent | 5387180c851ff9a9a33a87b5c3c527503f5cd380 (diff) | |
download | mate-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/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 6c70de4f..48ab10f2 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -919,14 +919,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 be set to 0, any other value crashes m-s-m */ - -.notebook .vertical GtkScrolledWindow GtkTreeView .cell { - padding: 1px 0px 0px 0px; -} - |