JSDialog: PivotTable: Find parent container of #listbox-fields and apply divider

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I5d69d13e63526e770f35f3f25577cc2774f96ddb
This commit is contained in:
Pedro Pinto Silva 2020-12-09 12:02:44 +01:00 committed by pedropintosilva
parent 3fb42dc1df
commit 29353de5be
2 changed files with 10 additions and 0 deletions

View file

@ -20,6 +20,15 @@
font-weight: bold;
text-transform: uppercase;
}
.jsdialog.divider-left {
padding-left: 6px;
/* border-left: 1px dashed #888; */
background-image: linear-gradient(#888 22%, rgba(255,255,255,0) 0%);
background-position: left center;
background-size: 1px 14px;
background-repeat: repeat-y;
box-shadow: inset 0 34px 0 0 white;
}
td.jsdialog:hover *,
#table-box3:hover p {

View file

@ -2652,6 +2652,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
this.options.useInLineLabelsForUnoButtons = false;
}
}
$('#listbox-fields').parents().eq(4).addClass('divider-left');
}
});