From 305e1813d0456523c83bdd52063c557241875e6a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 12 Oct 2024 11:29:46 +0200 Subject: [PATCH] UI : Convert checkbox to toggleswitch (#209) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Convert checkbox to toggleswitch * Keep previous code layout * Improve layout : gray border, dark toggle * Avoid changing unneeded things * Updated layout * Better transparency * Use ✓ instead of ON * Improve alignment and font size --- scripts/play.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/play.php b/scripts/play.php index a40988d..6d83b05 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -538,8 +538,12 @@ if(isset($_GET['species'])){ ?>
- type="checkbox" name="only_excluded" onChange="submit()"> - +