added invalidity hints to item side-properties
- added :invalid definition to side-properties CSS - defined common color for invalidity - now using disabled input for automatically calculated properties
This commit is contained in:
parent
150a0ea487
commit
637b70c5d2
6 changed files with 22 additions and 7 deletions
|
@ -2,3 +2,4 @@ $c-white: #fff;
|
|||
$c-black: #000;
|
||||
$c-light-grey: #777;
|
||||
$c-border-groove: #eeede0;
|
||||
$c-invalid-input: rgba(lightcoral, 50%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue