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 */
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"],