show same value even when highlight disabled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user