From 8a2ddbd0763f4b5363af66bec0e90e14b2c148c1 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 18 Oct 2023 19:38:49 +0200 Subject: [PATCH] www: remove some css this leak on other page after loaded --- www/app/styles/button.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/www/app/styles/button.css b/www/app/styles/button.css index e8c41c47..690bf0d3 100644 --- a/www/app/styles/button.css +++ b/www/app/styles/button.css @@ -46,18 +46,18 @@ button.block { } /* Disabled styles */ -input[type="button"][disabled], -button[disabled] { - border-color: #ccc; - background: #b8b8b8 !important; - cursor: not-allowed; -} - -input[type="button"][disabled]:hover, -button[disabled]:hover { - background: #b8b8b8 !important; - cursor: not-allowed !important; -} +/* input[type="button"][disabled], */ +/* button[disabled] { */ +/* border-color: #ccc; */ +/* background: #b8b8b8 !important; */ +/* cursor: not-allowed; */ +/* } */ +/**/ +/* input[type="button"][disabled]:hover, */ +/* button[disabled]:hover { */ +/* background: #b8b8b8 !important; */ +/* cursor: not-allowed !important; */ +/* } */ /* Red button states */ input[type="button"][data-color="red"],