client: add focus styling for file upload area

This commit is contained in:
Max Leiter 2022-03-20 20:54:31 -07:00
parent 9ba17db6f9
commit 921f219c5a
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -18,10 +18,14 @@
border-radius: 2px;
border-style: dashed;
outline: none;
transition: border 0.24s ease-in-out;
transition: all 0.24s ease-in-out;
cursor: pointer;
}
.dropzone:focus {
box-shadow: 0 0 4px 1px rgba(124, 124, 124, 0.5);
}
.error {
color: red;
font-size: 0.8rem;