Archived
1
0

css fix for censor ui

This commit is contained in:
Jeff Becker 2017-03-30 09:42:34 -04:00
parent 5575bd2ddc
commit e0c35620b0

View File

@ -605,7 +605,7 @@ textarea#reply-text {
[type=checkbox] { [type=checkbox] {
display: none; display: none;
} }
:checked + span { :checked + div {
display: block !important; display: block !important;
} }