From 7c0a1488a60140c99ccc6d0b710f3023c6b79939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6hrl?= Date: Mon, 25 Feb 2019 11:23:06 +0100 Subject: [PATCH] change opacity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakob Röhrl --- css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.scss b/css/style.scss index 608e2ba26..876b4a849 100644 --- a/css/style.scss +++ b/css/style.scss @@ -996,8 +996,12 @@ input.input-inline { img { max-width: 24px; max-height: 24px; + opacity: 1; } } + & > img { + opacity: 0.7; + } } .activitysubject.commentAuthor {