mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 21:47:01 +01:00
Enhancement: above and below doc detail save buttons (#5008)
* Show doc detail nav buttons above & below fields * Fix tests for additional button nav * Use flexbox to fix tab order but retain visual order * Update screenshots
This commit is contained in:
parent
6ee2d023d5
commit
d22b27afe7
6 changed files with 34 additions and 20 deletions
|
|
@ -44,3 +44,17 @@ textarea.rtl {
|
|||
.input-group .btn-outline-secondary {
|
||||
border-color: var(--bs-border-color);
|
||||
}
|
||||
|
||||
.btn-group .btn.order-0 {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-left-radius: var(--bs-border-radius-sm);
|
||||
border-bottom-left-radius: var(--bs-border-radius-sm);
|
||||
}
|
||||
|
||||
.btn-group .btn.order-3 {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-right-radius: var(--bs-border-radius-sm);
|
||||
border-bottom-right-radius: var(--bs-border-radius-sm);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue