From af89bb0630cf5842ec4a13f1a7bb8020d7f9bf6f Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 5 Feb 2026 18:22:17 +0100 Subject: [PATCH] =?UTF-8?q?Plus=20grosses=20cases=20=C3=A0=20cocher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 2fd4da3..e76e1f2 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -392,6 +392,13 @@ button.show-hide { color: #333 !important; } +/* Checkboxes */ + +input[type="checkbox"] { + height: 17px; + width: 17px; +} + /* Tooltips */ .dash-tooltip, .dash-table-tooltip {