chatting
This commit is contained in:
@ -400,14 +400,23 @@ h6 {
|
|||||||
|
|
||||||
|
|
||||||
div.chatbar {
|
div.chatbar {
|
||||||
|
|
||||||
border-bottom: rgb(24, 24, 167) solid 2px;
|
border-bottom: rgb(24, 24, 167) solid 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.roomlist {
|
div.roomlist {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
|
||||||
}
|
}
|
||||||
div.chatctl {
|
div.chatlist {
|
||||||
float:right;
|
color: #008;
|
||||||
|
background-color: rgb(231, 229, 199);
|
||||||
|
|
||||||
|
}
|
||||||
|
#chatview ul.notifs li.error {
|
||||||
|
color: #a94442;
|
||||||
|
background-color: white;
|
||||||
|
font-style: italic;
|
||||||
|
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
|
||||||
|
border-bottom-style: ridge;
|
||||||
|
border-bottom-width: 1pt;
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user