diff --git a/src/style-dark.css b/src/style-dark.css index 496408f..ae299e4 100644 --- a/src/style-dark.css +++ b/src/style-dark.css @@ -2,6 +2,3 @@ background-color: #343434; } -.message-text-view { - background-color: #343434; -} diff --git a/src/style.css b/src/style.css index 9ad2e63..2dc478f 100644 --- a/src/style.css +++ b/src/style.css @@ -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 {