diff options
author | raveit65 <[email protected]> | 2015-07-28 19:54:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-28 19:54:10 +0200 |
commit | 82f6b6b78fb505f0e728bdf7eb735726f8b41567 (patch) | |
tree | 9c928a2b5a3c4aee49ce97fbd834a58c675ae60e /desktop-themes | |
parent | 3310b62bb7e8a8bd1c8153703fde3d29ab3fdbb5 (diff) | |
download | mate-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')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index f75b89b5..3e8e0105 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -952,6 +952,7 @@ GtkListBoxRow.button.list-row { background-color: @theme_base_color; border-radius: 0px; border: none; + padding: 2px; } GtkListBoxRow.list-row:hover, diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 0499a566..e8522747 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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, 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, |