www: remove some css

this leak on other page after loaded
This commit is contained in:
2023-10-18 19:38:49 +02:00
committed by Mathieu Virbel
parent 76f95aad66
commit 8a2ddbd076

View File

@@ -46,18 +46,18 @@ button.block {
} }
/* Disabled styles */ /* Disabled styles */
input[type="button"][disabled], /* input[type="button"][disabled], */
button[disabled] { /* button[disabled] { */
border-color: #ccc; /* border-color: #ccc; */
background: #b8b8b8 !important; /* background: #b8b8b8 !important; */
cursor: not-allowed; /* cursor: not-allowed; */
} /* } */
/**/
input[type="button"][disabled]:hover, /* input[type="button"][disabled]:hover, */
button[disabled]:hover { /* button[disabled]:hover { */
background: #b8b8b8 !important; /* background: #b8b8b8 !important; */
cursor: not-allowed !important; /* cursor: not-allowed !important; */
} /* } */
/* Red button states */ /* Red button states */
input[type="button"][data-color="red"], input[type="button"][data-color="red"],