app.css: Use opacity for .direct-chat icon instead of hardcoded color

This commit is contained in:
Alex Monday 2019-11-05 18:12:41 +00:00 committed by Daniel Garcia Moreno
parent 8d15778c6f
commit f0e6e408d3

View file

@ -126,11 +126,11 @@ row:not(:selected) .member-uid {
}
.direct-chat {
color: alpha(@theme_fg_color, 0.5);
opacity: 0.4;
}
.room-list list row:selected .direct-chat {
color: alpha(@theme_selected_fg_color, 0.5);
opacity: 0.5;
}
.collapsed row:selected {