From b553ef2a713ee6561e29d91bb28d7324131f4ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 17 Feb 2014 12:23:27 +0000 Subject: [PATCH] Remove black background on own chat lines I've had this in my deployment config for a while, I hope you guys agree that it looks much nicer --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 941d74b..179587a 100644 --- a/css/style.css +++ b/css/style.css @@ -144,7 +144,6 @@ .cob-chat_nick { } .cob-chat_nick_self { - background: #080808; } .cob-chat_nick_other { } @@ -1935,4 +1934,4 @@ .highlight { color: yellow; font-weight: bold; -} \ No newline at end of file +}