Elastic: Fix non-working Save buttons in Notes and Tasks
This commit is contained in:
parent
6bee540c62
commit
29c9ae015e
1 changed files with 12 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue