User files changes

This commit is contained in:
mrfry 2021-05-04 10:31:35 +02:00
parent c16015a339
commit c34e2ba2c1
7 changed files with 245 additions and 162 deletions

View file

@ -46,12 +46,11 @@ textarea {
input {
color: var(--text-color);
background-color: var(--background-color);
border: 1px solid #666;
border-radius: 5px;
border: 0px solid #444;
width: 80%;
font-family: inherit;
border: 1px solid #444;
width: 98%;
padding: 4px;
}
input:focus {