more
This commit is contained in:
parent
e800f9cfd0
commit
ccefab982f
@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user