Features:

- Removes spellcheck for domain entry field
- Adds the ability to assign websites to other users if you are an admin
This commit is contained in:
Aidan Marshall 2022-08-26 17:22:46 +02:00
parent 0f976be5d8
commit b388961b8b
5 changed files with 64 additions and 7 deletions

View file

@ -84,6 +84,7 @@ a:visited {
input[type='text'],
input[type='password'],
select,
textarea {
color: var(--gray900);
background: var(--gray50);