Fix grey label

This commit is contained in:
2023-08-06 12:00:24 +08:00
parent 44d5e1e51c
commit 0c9038bca8
22 changed files with 25 additions and 21 deletions

View File

@@ -108,10 +108,14 @@ i.grey.icon.icon.icon.icon {
/* grey buttons */
.ui.grey.labels .label, .ui.ui.ui.grey.label, .ui.grey.button, .ui.grey.buttons .button {
color: @bg0;
background-color: @bg4;
border-color: @bg4;
}
.ui.grey.labels .label:hover, .ui.ui.ui.grey.label:hover, .ui.grey.button:hover, .ui.grey.buttons .button:hover {
color: @bg0;
background-color: @button1;
border-color: @button1;
}
/* orange buttons */