style active room

This commit is contained in:
Bruno Windels 2020-08-12 17:41:46 +02:00
parent 5aacf85166
commit 68574715dc
1 changed files with 5 additions and 1 deletions

View File

@ -46,6 +46,11 @@ limitations under the License.
align-items: center;
}
.LeftPanel li.active {
background: lightgray;
color: black;
}
.LeftPanel li {
border-bottom: 1px #555 solid;
}
@ -66,7 +71,6 @@ a {
color: white;
}
.SessionStatusView {
padding: 5px;
background-color: #555;