Prevent display configuration changes from overwriting in-progress edits.

This commit is contained in:
Patrick Fairbank
2020-03-29 17:31:41 -07:00
parent d9437403e9
commit 6cef7112ae
3 changed files with 23 additions and 3 deletions

View File

@@ -105,3 +105,6 @@ td[data-plc-value="true"] {
width: 110px;
text-align: left;
}
input[data-changed="true"], select[data-changed="true"] {
border: 2px solid #f00;
}