mark changed data

This commit is contained in:
Szekeres Bálint
2018-07-10 21:44:13 +02:00
parent 67ee8a5ca6
commit 004b135751
3 changed files with 99 additions and 58 deletions

View File

@@ -58,6 +58,16 @@ aside.options {
}
}
.form-control.input-changed,
.form-check.input-changed,
select.input-changed {
background-color: #fff3cd;
}
.form-check.input-changed {
border-radius: 0.2rem;
}
.form-check-label {
cursor: pointer;
user-select: none;