css: Tmp message background based on theme_bg_color

Fix #275
This commit is contained in:
Daniel García Moreno 2018-06-26 15:20:58 +02:00
parent 49769c7cad
commit d959acfb01

View file

@ -136,8 +136,8 @@ row.msg-mention {
} }
row.msg-tmp { row.msg-tmp {
color: alpha(@theme_fg_color, 0.4); color: alpha(@theme_fg_color, 0.4);
background-color: #eee; background-color: alpha(@theme_bg_color, 0.8);
border-radius: 3px; border-radius: 3px;
} }