style active room
This commit is contained in:
parent
5aacf85166
commit
68574715dc
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue