2022-07-27 15:39:29 +02:00
|
|
|
/* sidebar blurred avatar background */
|
2020-07-01 15:02:20 +02:00
|
|
|
//
|
2022-07-27 15:39:29 +02: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 13:02:52 +02:00
|
|
|
|
2020-07-17 23:46:46 +02:00
|
|
|
.mx_RoomSublist_showNButton {
|
2020-07-03 16:53:06 +02:00
|
|
|
background-color: transparent !important;
|
2020-06-30 13:02:52 +02:00
|
|
|
}
|
2020-07-14 12:52:28 +02:00
|
|
|
|
|
|
|
a:hover,
|
|
|
|
a:link,
|
|
|
|
a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|