From 35d9255da8732a140f8b4491658fcf1b5608c542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 9 May 2016 12:02:27 +0200 Subject: [PATCH] Added border top on chat-input --- static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 8126ad17..a530264f 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -79,6 +79,10 @@ user-select: initial; } +#text-chat-input{ + border-top: 1px solid #9e9e9e; +} + #channel-load{ /*display:none;*/ position: absolute; @@ -86,10 +90,6 @@ top: 52px; background-color:rgba(0,0,0,0); } - -#channel-load-move{ - background-color: #FFFFFF !important; -} .rounded{ border-radius: 4px;