From 4244253ca04625282d54845a5b6c8b2aadb4351c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 16 Nov 2018 11:34:38 +0100 Subject: [PATCH] Elastic: Make the watermark logo gray --- plugins/libkolab/skins/elastic/libkolab.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/libkolab/skins/elastic/libkolab.less b/plugins/libkolab/skins/elastic/libkolab.less index d41e3ec6..a32e64b5 100644 --- a/plugins/libkolab/skins/elastic/libkolab.less +++ b/plugins/libkolab/skins/elastic/libkolab.less @@ -319,8 +319,9 @@ a.history { // E.g. notes preview frame .watermark { - background: url("@{skin-path}/images/logo.svg") center no-repeat; - background-size: 30% auto; + background: url("@{skin-path}/images/logo.svg") center no-repeat #fff; + background-size: 30%; + background-blend-mode: luminosity; width: 100%; height: 100%;