diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-29 00:22:38 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-29 00:22:38 +0100 |
commit | f0322317e36bb0385e0c57817870f0396bc1a0b8 (patch) | |
tree | bc38259439fcf73509078a336dbd7adef8ea3119 /desktop-themes/TraditionalOk | |
parent | 5acbfa6659e01f04de15b0c56faa2da86fc7d88c (diff) | |
download | mate-themes-f0322317e36bb0385e0c57817870f0396bc1a0b8.tar.bz2 mate-themes-f0322317e36bb0385e0c57817870f0396bc1a0b8.tar.xz |
Revert "GTK3: use a horizontal padding=0 for GtkCell"
This reverts commit 5acbfa6659e01f04de15b0c56faa2da86fc7d88c.
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; -} - |