CSS

Add css to the current sheet. The extension is invisble in Analysis Mode.

Here some common changed classes:

.qvt-sheet {} // The qlik sheet
.qv-object-ExtensionName {} // The qlik object for a certain extension


// --- Remove Single integration focussed object borders:
.qvt-sheet>div:focus {
    border-color: transparent!important;
    box-shadow: 0 0 0 1px transparent!important;
}
.qv-subtoolbar-button {
    border-color: transparent!important;
    box-shadow: 0 0 0 1px transparent!important;
}
div.single-object #content {
    padding: unset!important;
}
.qv-panel-current-selections .qv-selections-pager.qv-selections-pager {
    margin-bottom: 0px!important;
}
// ---