Fixed background color of message entry
This commit is contained in:
parent
2645ab3732
commit
9b71bbea2e
@ -2,6 +2,3 @@
|
|||||||
background-color: #343434;
|
background-color: #343434;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-text-view {
|
|
||||||
background-color: #343434;
|
|
||||||
}
|
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
.message-input {
|
.message-input {
|
||||||
background-color: rgba(0,0,0,0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-text-view {
|
|
||||||
background-color: #EBEBEB;
|
background-color: #EBEBEB;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat_row box.header {
|
.chat_row box.header {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
@ -13,7 +10,6 @@
|
|||||||
}
|
}
|
||||||
.chat_row button {
|
.chat_row button {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
display: none;
|
|
||||||
transition: opacity .05s;
|
transition: opacity .05s;
|
||||||
}
|
}
|
||||||
.chat_row:hover button {
|
.chat_row:hover button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user