diff options
author | raveit65 <[email protected]> | 2015-07-28 19:54:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-28 20:13:06 +0200 |
commit | 1150c2f3015b4f4c018ef048356974138508ff7b (patch) | |
tree | b7480203cfedda634355e7ba43293530fbc63cd5 /desktop-themes/TraditionalOkTest | |
parent | 36416ccec41d34691b8499b45f3813f1132fa6ee (diff) | |
download | mate-themes-1150c2f3015b4f4c018ef048356974138508ff7b.tar.bz2 mate-themes-1150c2f3015b4f4c018ef048356974138508ff7b.tar.xz |
Traditional themes GTK: fix (wtf) padding issue with GtkSwitch in list-rows
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index a539a704..4bb18c2d 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -951,6 +951,7 @@ GtkListBoxRow.button.list-row { background-color: @theme_base_color; border-radius: 0px; border: none; + padding: 2px; } GtkListBoxRow.list-row:hover, |