fixed updater

This commit is contained in:
2026-04-02 13:42:24 -05:00
parent a66e8e736f
commit bb7db0693a
4 changed files with 45 additions and 103 deletions

View File

@@ -473,14 +473,14 @@ button:disabled {
border-top: 1px solid var(--border-color);
}
/* Reboot button: green */
.btn-reboot {
background-color: var(--green);
color: #fff;
/* Reboot button */
#btn-reboot {
background-color: #2ec27e !important;
color: #fff !important;
}
.btn-reboot:hover:not(:disabled) {
background-color: #27ae6e;
#btn-reboot:hover:not(:disabled) {
background-color: #27ae6e !important;
}
.btn-save {