mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-10 00:18:57 +00:00
Add highlighting, move some anchors for visibility
This commit is contained in:
@@ -513,12 +513,22 @@ table.table {
|
||||
}
|
||||
}
|
||||
|
||||
// Tour popovers
|
||||
// Tour
|
||||
.tour-active .popover {
|
||||
min-width: 360px;
|
||||
margin: 0 .25rem .25rem !important;
|
||||
}
|
||||
|
||||
body.tour-active .row.sticky-top,
|
||||
body.tour-active .sidebar {
|
||||
z-index: inherit !important;
|
||||
}
|
||||
|
||||
.nav-link.touranchor--is-active {
|
||||
font-weight: bold !important;
|
||||
color: var(--bs-primary);
|
||||
}
|
||||
|
||||
// fix popover carat colors
|
||||
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] {
|
||||
border-left-color: var(--pngx-bg-alt);
|
||||
|
Reference in New Issue
Block a user