Add possibility to de-moderate news through api and calendar widget

This commit is contained in:
2025-02-25 11:35:55 +01:00
parent a1bf86dabf
commit 92d282f4ba
4 changed files with 74 additions and 19 deletions

View File

@ -272,6 +272,20 @@ body {
}
}
&.btn-orange {
background-color: #fcbf81;
color: black;
&:not(:disabled):hover {
background-color: darken(#fcbf81, 15%);
}
&:disabled {
background-color: lighten(#fcbf81, 15%);
color: grey;
}
}
&:not(.btn-no-text) {
i {
margin-right: 4px;