From af786e6e85357c0f1566ba82c6ed31267d1ad3c8 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 4 Oct 2019 20:46:17 -0500 Subject: [PATCH] Fix settings checkboxes on high dpi screens --- public_html/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index e62ecf6..c091464 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -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"); } -} \ No newline at end of file +}