From 37e80c03e2158300751b8c359f175ae1ef5171ef Mon Sep 17 00:00:00 2001 From: Eisha Chen-yen-su Date: Fri, 3 Aug 2018 16:21:34 +0200 Subject: [PATCH] app.css: Add a CSS class for redacted messages See https://gitlab.gnome.org/World/fractal/issues/195 --- fractal-gtk/res/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fractal-gtk/res/app.css b/fractal-gtk/res/app.css index b5bffefa..2beceabe 100644 --- a/fractal-gtk/res/app.css +++ b/fractal-gtk/res/app.css @@ -162,6 +162,10 @@ row.msg-emote { padding: 12px 0px; } +.msg-redacted { + color: @theme_selected_bg_color; +} + row .username { font-weight: bold; font-size: small;