1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-15 05:19:58 +00:00

style: change text color to red in datetime input with invalid scheduled time

This commit is contained in:
TAKAHASHI Shuuji 2024-03-04 02:43:23 +09:00
parent dc4ba794f6
commit 2e81f4180b
No known key found for this signature in database
GPG key ID: F15C887632129F5E

View file

@ -653,4 +653,8 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
align-items: center;
border-radius: 50%;
}
input[name="schedule-datetime"]:invalid {
color: var(--c-danger);
}
</style>