Fix color of radio and checbox disabled fields on active state

This commit is contained in:
Champ Camba
2017-03-08 18:38:16 +08:00
parent b3b2742387
commit 404ba31e01
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ if ( $active_color ) {
print "
.um-$form_id.um .um-tip:hover,
.um-$form_id.um .um-field-radio.active i,
.um-$form_id.um .um-field-checkbox.active i,
.um-$form_id.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um-$form_id.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um-$form_id.um .um-member-name a:hover,
.um-$form_id.um .um-member-more a:hover,
.um-$form_id.um .um-member-less a:hover,