mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 05:21:01 +00:00
Added border top on chat-input
This commit is contained in:
@@ -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;
|
||||||
@@ -86,10 +90,6 @@
|
|||||||
top: 52px;
|
top: 52px;
|
||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user