enable save button only if dashboard is dirty

This commit is contained in:
2023-03-12 09:36:33 +01:00
parent bc0ae23de5
commit dafe6813ed
3 changed files with 12 additions and 1 deletions

View File

@@ -110,6 +110,9 @@ button[disabled] .icon-inline {
button.save-button {
background-color: #ff9900;
}
button.save-button:disabled {
background-color: inherit;
}
.icon-small {
width: 1.5em;