show same value even when highlight disabled

This commit is contained in:
2020-11-16 03:45:37 +01:00
parent 5836f53a24
commit cd22ded40e
4 changed files with 36 additions and 54 deletions

View File

@@ -112,16 +112,16 @@ input[type="number"]::-webkit-calendar-picker-indicator {
.grid input:disabled {
color: white;
background: #6666ff;
}
.grid input:disabled,
.grid input.forbidden {
cursor: not-allowed !important;
}
.grid input:disabled,
.grid input.forbidden:enabled {
background: #ffffaa;
cursor: not-allowed !important;
}
.grid input.same-value:enabled {
background: #ffff33;
cursor: not-allowed !important;
}
.grid input.forbidden:disabled {
color: #ffffaa;