enable save button only if dashboard is dirty
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user