mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 11:05:03 +01:00
style active room
This commit is contained in:
parent
5aacf85166
commit
68574715dc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user