2022-07-27 13:39:29 +00:00
|
|
|
/* sidebar blurred avatar background */
|
2020-07-01 13:02:20 +00:00
|
|
|
//
|
2022-07-27 13:39:29 +00:00
|
|
|
/* if backdrop-filter is supported, */
|
|
|
|
/* set the user avatar (if any) as a background so */
|
|
|
|
/* it can be blurred by the tag panel and room list */
|
2020-06-30 11:02:52 +00:00
|
|
|
|
2020-07-17 21:46:46 +00:00
|
|
|
.mx_RoomSublist_showNButton {
|
2020-07-03 14:53:06 +00:00
|
|
|
background-color: transparent !important;
|
2020-06-30 11:02:52 +00:00
|
|
|
}
|
2020-07-14 10:52:28 +00:00
|
|
|
|
|
|
|
a:hover,
|
|
|
|
a:link,
|
|
|
|
a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|