diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-06 19:57:26 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-06 19:58:08 +0100 |
commit | f6b830e5565427ded9a326608070f6952d6a0e7a (patch) | |
tree | fdab710a2822c25c8f1c83a5c951c61d2f855f37 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | a2f959fb447ea02054fa790ce0880151aaa0dacd (diff) | |
download | mate-themes-f6b830e5565427ded9a326608070f6952d6a0e7a.tar.bz2 mate-themes-f6b830e5565427ded9a326608070f6952d6a0e7a.tar.xz |
GTK+-3.20 BlueMenta: set a padding for check/radio to move the label
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 3e4e7ce5..45bd18b0 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3487,6 +3487,11 @@ radio:disabled, border-style: none; } +check, +radio { + padding: 0px 6px 0px 0px; +} + checkbutton:hover, checkbutton:active:hover, checkbutton:selected, |