simplifying basic chat notifications

This commit is contained in:
Paul Schneider 2019-05-22 17:27:44 +01:00
commit 9774182add
11 changed files with 113 additions and 106 deletions

View file

@ -168,9 +168,9 @@ a:hover {
display: inline-block;
padding: 1em;
margin: 1em;
color: black;
color: #0d5175;
background-color: inherit;
border: solid black 1px;
border: solid #306cc6 1px;
}
#discussion {
@ -397,3 +397,17 @@ h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
}
div.chatbar {
border-bottom: rgb(24, 24, 167) solid 2px;
}
div.roomlist {
display:inline-block;
}
div.chatctl {
float:right;
}