simplifying basic chat notifications
This commit is contained in:
parent
75fbe7be5e
commit
9774182add
11 changed files with 113 additions and 106 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue