Fix settings checkboxes on high dpi screens

This commit is contained in:
James Wilson 2019-10-04 20:46:17 -05:00 committed by GitHub
parent 089684e20f
commit af786e6e85
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-repeat: no-repeat;
background-position: center;
background-size: contain;
cursor: pointer;
}
@ -771,4 +772,4 @@ select.error, textarea.error, input.error {
#toggle_sidebar_button.hide_sidebar {
background-image: url("images/map-icon@3x.png");
}
}
}