summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-28 19:54:10 +0200
committerraveit65 <[email protected]>2015-07-28 19:54:10 +0200
commit82f6b6b78fb505f0e728bdf7eb735726f8b41567 (patch)
tree9c928a2b5a3c4aee49ce97fbd834a58c675ae60e /desktop-themes/TraditionalOkTest/gtk-3.0
parent3310b62bb7e8a8bd1c8153703fde3d29ab3fdbb5 (diff)
downloadmate-themes-82f6b6b78fb505f0e728bdf7eb735726f8b41567.tar.bz2
mate-themes-82f6b6b78fb505f0e728bdf7eb735726f8b41567.tar.xz
Traditional themes GTK: fix (wtf) padding issue with GtkSwitch in list-rows
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css1
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,