From 29c9ae015efece611fe83d2fe8306f1ef472e7d5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 20 Aug 2018 11:43:06 +0200 Subject: [PATCH] Elastic: Fix non-working Save buttons in Notes and Tasks --- plugins/libkolab/skins/elastic/libkolab.less | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/plugins/libkolab/skins/elastic/libkolab.less b/plugins/libkolab/skins/elastic/libkolab.less index 7cbd94e2..86e6de5e 100644 --- a/plugins/libkolab/skins/elastic/libkolab.less +++ b/plugins/libkolab/skins/elastic/libkolab.less @@ -328,18 +328,6 @@ a.history { display: none; } - &.formcontainer { - background: transparent !important; - - &:before { - background: unset !important; - } - - & > * { - display: initial; - } - } - // this is to blend the watermark image &:before { content: ""; @@ -350,6 +338,18 @@ a.history { right: 0; background: rgba(255, 255, 255, .85); } + + &.formcontainer { + background: transparent !important; + + &:before { + display: none; + } + + & > * { + display: initial; + } + } } .form-group > .datetime {