diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-03 06:21:41 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-03 06:22:17 +0100 |
commit | 0000be5075e5a32c6739306460d2be7ac3d77fcb (patch) | |
tree | 43f3a1e6a6806e436cf912939985aea4929c9145 /desktop-themes/BlueMenta | |
parent | a3ef0056b572338c64ba62fc061021e068aac44a (diff) | |
download | mate-themes-0000be5075e5a32c6739306460d2be7ac3d77fcb.tar.bz2 mate-themes-0000be5075e5a32c6739306460d2be7ac3d77fcb.tar.xz |
Gtk+-3.20 BlueMenta: fix check and radio buttons in menus
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 3 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 c71abb2c..03baa458 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3312,6 +3312,9 @@ menuitem radio:disabled, .menuitem.radio:disabled { background-image: none; background-color: transparent; + min-height: 16px; + min-width: 16px; + background-position: center center; } menuitem check:checked, |