diff options
author | raveit65 <[email protected]> | 2015-07-28 19:54:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-28 20:14:37 +0200 |
commit | 1973b051852bc41fe07843dce7506d2dc4a86f0a (patch) | |
tree | c8a83bca818122a51cb483be4feec63298dba3da /desktop-themes/TraditionalOkTest | |
parent | 862901b0f3f503bc56e0d2fd6d910ac8c0cbf9b2 (diff) | |
download | mate-themes-1973b051852bc41fe07843dce7506d2dc4a86f0a.tar.bz2 mate-themes-1973b051852bc41fe07843dce7506d2dc4a86f0a.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 1a3041d7..504217f9 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -761,6 +761,7 @@ GtkListBoxRow.button.list-row { background-color: @theme_base_color; border-radius: 0px; border: none; + padding: 2px; } GtkListBoxRow.list-row:hover, |