Elastic: Fix non-working Save buttons in Notes and Tasks

This commit is contained in:
Aleksander Machniak 2018-08-20 11:43:06 +02:00
parent 6bee540c62
commit 29c9ae015e

View file

@ -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 {