mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-10 00:18:57 +00:00
Core welcome tour functionality
This commit is contained in:
@@ -479,6 +479,12 @@ table.table {
|
||||
user-select: none !important;
|
||||
}
|
||||
|
||||
.alert-primary {
|
||||
--bs-alert-color: var(--bs-primary);
|
||||
--bs-alert-bg: var(--pngx-primary-faded);
|
||||
--bs-alert-border-color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
color: var(--bs-body-color);
|
||||
background-color: var(--bs-danger);
|
||||
@@ -496,14 +502,23 @@ table.table {
|
||||
}
|
||||
|
||||
.popover {
|
||||
background-color: var(--pngx-bg-alt);
|
||||
.popover-header {
|
||||
background-color: var(--pngx-bg-alt);
|
||||
}
|
||||
.popover-header,
|
||||
.popover-body {
|
||||
background-color: var(--pngx-bg-alt);
|
||||
border-color: var(--bs-border-color);
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
}
|
||||
|
||||
// Tour popovers
|
||||
.tour-active .popover {
|
||||
min-width: 400px;
|
||||
margin: 0 .25rem .25rem !important;
|
||||
}
|
||||
|
||||
// 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