Added border top on chat-input

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-09 12:02:27 +02:00
parent fff7fde13b
commit 35d9255da8

View File

@@ -79,6 +79,10 @@
user-select: initial; user-select: initial;
} }
#text-chat-input{
border-top: 1px solid #9e9e9e;
}
#channel-load{ #channel-load{
/*display:none;*/ /*display:none;*/
position: absolute; position: absolute;
@@ -87,10 +91,6 @@
background-color:rgba(0,0,0,0); background-color:rgba(0,0,0,0);
} }
#channel-load-move{
background-color: #FFFFFF !important;
}
.rounded{ .rounded{
border-radius: 4px; border-radius: 4px;
} }