mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
www: remove some css
this leak on other page after loaded
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user