Merge branch 'dev' into feature-bulk-edit

This commit is contained in:
jonaswinkler
2020-12-27 17:06:17 +01:00
9 changed files with 88 additions and 39 deletions

View File

@@ -100,3 +100,13 @@ body {
padding-top: 1px;
}
}
@supports (-webkit-touch-callout: none) {
input[type="number"],
input[type="search"],
input[type="text"],
select:focus,
textarea {
font-size: 16px;
}
}