summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-28 19:54:10 +0200
committerraveit65 <[email protected]>2015-07-28 20:14:37 +0200
commit1973b051852bc41fe07843dce7506d2dc4a86f0a (patch)
treec8a83bca818122a51cb483be4feec63298dba3da /desktop-themes
parent862901b0f3f503bc56e0d2fd6d910ac8c0cbf9b2 (diff)
downloadmate-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')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css1
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 29e2570b..c067a494 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -762,6 +762,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 d9c94e7b..f95193da 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/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,
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,