mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-04 18:50:31 +01:00
Message / Comment Button: Fix color (#1028)
This commit is contained in:
parent
ce5e40e03e
commit
976697533b
@ -11,13 +11,13 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0.125rem;
|
margin: 0.125rem;
|
||||||
background: rgba(90, 110, 70, 0.6);
|
background: rgba(102, 102, 102, 0.4);
|
||||||
border-radius: var(--border-radius-messages-small);
|
border-radius: var(--border-radius-messages-small);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba(90, 110, 70, 0.4) !important;
|
background: rgba(130, 130, 130, 0.4) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
|
Loading…
Reference in New Issue
Block a user