app.css: Use opacity for .direct-chat icon instead of hardcoded color
This commit is contained in:
parent
8d15778c6f
commit
f0e6e408d3
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue