Merge pull request #54 from flightaware/settings_checkboxes

Fix settings checkboxes on high dpi screens
This commit is contained in:
Oliver Jowett 2019-11-25 21:29:07 +08:00 committed by GitHub
commit dda442c121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -627,6 +627,7 @@ select.error, textarea.error, input.error {
background-image: url('images/box-empty.png'); background-image: url('images/box-empty.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: contain;
cursor: pointer; cursor: pointer;
} }