Archived
1
0
This commit is contained in:
Jeff Becker 2017-02-05 11:18:06 -05:00
parent e800f9cfd0
commit ccefab982f

View File

@ -609,7 +609,7 @@ textarea#reply-text {
[type=checkbox] {
display: none;
}
:checked + div {
:checked + span {
display: block !important;
}
@ -667,7 +667,7 @@ th > label {
@keyframes flash {
0% { opacity: 1;}
49% { opacity: 1; }
49% { opacity: 1s; }
50% { opacity: 0; }
100% { opacity: 0; }
}