mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
UI tour fixes and improvements
Update UI tour library Fix popover padding in tour steps Add 10px backdrop offset where needed Refactor tour initialization to use defaults Make popover-body rule more specific Update messages.xlf
This commit is contained in:
parent
fcd10f2adc
commit
c2e9cc9a51
5 changed files with 108 additions and 113 deletions
|
|
@ -560,6 +560,17 @@ body.tour-active .sidebar {
|
|||
z-index: inherit !important;
|
||||
}
|
||||
|
||||
.tour-step {
|
||||
.popover-header {
|
||||
--bs-popover-header-padding-y: .75rem;
|
||||
}
|
||||
|
||||
.popover-body {
|
||||
// reset ngx-ui-tour overrides
|
||||
padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-item.touranchor--is-active a {
|
||||
font-weight: bold !important;
|
||||
color: var(--bs-primary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue