corrected disabled button

This commit is contained in:
2023-04-22 17:38:53 -05:00
parent 37c9a451fe
commit 4e6868e381
2 changed files with 4 additions and 1 deletions

View File

@@ -2036,7 +2036,8 @@ body.forum .sidebar .box .thread .info .timestamp {color: var(--subtitle);}
}
.button.disabled, .longbutton.disabled, .smallbutton.disabled {
background: #808080;
background: var(--disabled-button-background);
border: var(--disabled-button-border);
}
/* DASHBOARD / HOME */