From d959acfb014a13f39870e444721fe76f7e737b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Tue, 26 Jun 2018 15:20:58 +0200 Subject: [PATCH] css: Tmp message background based on theme_bg_color Fix #275 --- fractal-gtk/res/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fractal-gtk/res/app.css b/fractal-gtk/res/app.css index 77f2d3a6..dbfb2cc4 100644 --- a/fractal-gtk/res/app.css +++ b/fractal-gtk/res/app.css @@ -136,8 +136,8 @@ row.msg-mention { } row.msg-tmp { - color: alpha(@theme_fg_color, 0.4); - background-color: #eee; + color: alpha(@theme_fg_color, 0.4); + background-color: alpha(@theme_bg_color, 0.8); border-radius: 3px; }