diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-29 00:21:50 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-29 00:21:50 +0100 |
commit | 139bd0ac2efd0673096e7890df6bce173d6fc718 (patch) | |
tree | da551726f292205b8145cd97ab6cb4ba446ade14 /desktop-themes/TraditionalOk | |
parent | e8baa0a66b4f96cb8579b618036a50dac3c89d34 (diff) | |
download | mate-themes-139bd0ac2efd0673096e7890df6bce173d6fc718.tar.bz2 mate-themes-139bd0ac2efd0673096e7890df6bce173d6fc718.tar.xz |
Revert "GTK3: use a horizontal padding=0 for GtkCell"
This reverts commit e8baa0a66b4f96cb8579b618036a50dac3c89d34.
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 77f4b3c9..38db4785 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -523,14 +523,3 @@ EomThumbNav .button.flat:insensitive { border-color: @insensitive_border_color; } -/*********************** - * 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: 2px 0px; -} - |