Merge pull request #54 from flightaware/settings_checkboxes
Fix settings checkboxes on high dpi screens
This commit is contained in:
commit
dda442c121
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue