Tweak appearance of artwork form and add URL validation for SE URL

This commit is contained in:
Alex Cabal 2024-07-18 12:12:35 -05:00
parent 017474a0a7
commit a91b899a69
4 changed files with 11 additions and 15 deletions

View file

@ -63,7 +63,8 @@ input[type="month"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="search"]{
input[type="search"],
input[type="file"]{
box-shadow: 1px 1px 0 rgba(0, 0, 0, .5) inset;
background: rgba(0, 0, 0, .1);
}