mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Enhancement: implement document link custom field (#4799)
This commit is contained in:
parent
66efaedcbb
commit
4481f12e32
16 changed files with 542 additions and 136 deletions
|
|
@ -0,0 +1,14 @@
|
|||
::ng-deep .ng-select-container .ng-value-container .ng-value {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.sidebaricon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: .75rem;
|
||||
// --bs-primary: var(--pngx-bg-alt);
|
||||
// color: var(--pngx-primary-text-contrast);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue