Elastic: Reset .watermark.formcontainer background

This commit is contained in:
Aleksander Machniak 2018-07-13 14:49:07 +00:00
parent 9560ad30fc
commit 392ba7657c

View file

@ -326,6 +326,10 @@ a.history {
&.formcontainer {
background: transparent !important;
&:before {
background: unset !important;
}
& > * {
display: initial;
}