mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Re-work filter editor, bulk editor & reset buttons
This commit is contained in:
parent
c2b5451fe4
commit
3c4dadd905
14 changed files with 104 additions and 86 deletions
|
|
@ -304,6 +304,10 @@ textarea,
|
|||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
ul.pagination {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.page-link {
|
||||
color: var(--bs-secondary);
|
||||
background-color: var(--bs-body-bg);
|
||||
|
|
@ -317,7 +321,6 @@ textarea,
|
|||
|
||||
.page-item.active .page-link {
|
||||
background-color: var(--bs-primary);
|
||||
border-color: var(--bs-primary) !important;
|
||||
color: var(--bs-light);
|
||||
}
|
||||
|
||||
|
|
@ -425,6 +428,11 @@ textarea,
|
|||
height: 1.2em;
|
||||
}
|
||||
|
||||
.buttonicon-sm {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.sidebaricon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue