mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-62400 - Updating style for no style attachment (#29809)
* MM-62400 - Updating style for no style attachment * updating css
This commit is contained in:
parent
90e3d2833e
commit
c7d036c1d0
@ -373,6 +373,12 @@
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
background: rgba(var(--center-channel-color-rgb), 0.08);
|
||||||
|
color: var(--center-channel-color);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: rgba(var(--center-channel-color-rgb), 0.16);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
|
Loading…
Reference in New Issue
Block a user