diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-31 04:35:01 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-31 04:45:02 +0100 |
commit | a2325566762312b606a4c1cd0644194a5ebeadfe (patch) | |
tree | 9ed36c92f31c3e2a9444f0ab0489cb4398c8e998 | |
parent | 499b230bfcf7954b6a0e0c2dff74f3a3be453b77 (diff) | |
download | mate-themes-a2325566762312b606a4c1cd0644194a5ebeadfe.tar.bz2 mate-themes-a2325566762312b606a4c1cd0644194a5ebeadfe.tar.xz |
GTk3 BlackMate: avoid annoying padding with GtkSwitch on/off
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |