From 9b71bbea2e912108af8adc7c6c0a4eff71ad0a53 Mon Sep 17 00:00:00 2001 From: jeffser Date: Tue, 28 May 2024 22:57:42 -0600 Subject: [PATCH] Fixed background color of message entry --- src/style-dark.css | 3 --- src/style.css | 6 +----- 2 files changed, 1 insertion(+), 8 deletions(-) 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 {