mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-30 09:23:24 -08:00
Buttons: fix qs buttons (44), add clear button styles back
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user