bugfix: buttons in circle-admin

This commit is contained in:
gaelle morin 2020-05-13 16:13:27 +02:00
parent f01f00732c
commit f9300d2120
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ form {
}
}
input:not([type='file']):not([type='search']),
input:not([type='file']):not([type='search']):not([type='submit']),
textarea {
-webkit-tap-highlight-color: var(--color-grey-7);
background-color: var(--color-input-background);