diff --git a/css/controls.css b/css/controls.css index 16d7730..04b0505 100644 --- a/css/controls.css +++ b/css/controls.css @@ -70,7 +70,6 @@ .button { color: TEXT-PRIMARY-COLOR; background-color: ACCENT-DISABLED-COLOR; - border-radius: 9px; box-shadow: inset 0 0 0 1px BORDER-SHADOW; } @@ -89,8 +88,9 @@ box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important; } -.message-list-controls .button { +.message-list-clear-button { padding: 3px 15px; + border-radius: 9px; }