Fixed background color of message entry

This commit is contained in:
jeffser 2024-05-28 22:57:42 -06:00
parent 2645ab3732
commit 9b71bbea2e
2 changed files with 1 additions and 8 deletions

View File

@ -2,6 +2,3 @@
background-color: #343434;
}
.message-text-view {
background-color: #343434;
}

View File

@ -1,10 +1,7 @@
.message-input {
background-color: rgba(0,0,0,0);
}
.message-text-view {
background-color: #EBEBEB;
}
.chat_row box.header {
font-size: 14px;
}
@ -13,7 +10,6 @@
}
.chat_row button {
opacity: 0;
display: none;
transition: opacity .05s;
}
.chat_row:hover button {