client: add focus styling for file upload area
This commit is contained in:
parent
9ba17db6f9
commit
921f219c5a
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue