From a2325566762312b606a4c1cd0644194a5ebeadfe Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Thu, 31 Dec 2015 04:35:01 +0100 Subject: GTk3 BlackMate: avoid annoying padding with GtkSwitch on/off --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 16903f50..ac9ad483 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1089,6 +1089,12 @@ row { @button_hover_gradient_color_b); } +/* avoid annoying padding with GtkSwitch on/off */ +GtkListBoxRow.list-row.button { + padding: 0px; + border-width: 0px; +} + .cell { padding: 2px; border-width: 0px; -- cgit v1.2.1