mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user