mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Add highlighting, move some anchors for visibility
This commit is contained in:
parent
833a301948
commit
d19b598371
6 changed files with 60 additions and 41 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue