style active room

This commit is contained in:
Bruno Windels 2020-08-12 17:41:46 +02:00
parent 5aacf85166
commit 68574715dc

View file

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