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 */
|
||||
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"],
|
||||
|
||||
Reference in New Issue
Block a user