Buttons: fix qs buttons (44), add clear button styles back

This commit is contained in:
Vladyslav Hroshev
2023-04-08 11:39:10 +03:00
parent 1f0bbf466c
commit d36799e94a

View File

@@ -70,7 +70,6 @@
.button { .button {
color: TEXT-PRIMARY-COLOR; color: TEXT-PRIMARY-COLOR;
background-color: ACCENT-DISABLED-COLOR; background-color: ACCENT-DISABLED-COLOR;
border-radius: 9px;
box-shadow: inset 0 0 0 1px BORDER-SHADOW; box-shadow: inset 0 0 0 1px BORDER-SHADOW;
} }
@@ -89,8 +88,9 @@
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important; box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
} }
.message-list-controls .button { .message-list-clear-button {
padding: 3px 15px; padding: 3px 15px;
border-radius: 9px;
} }