mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-18 22:14:22 -06: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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user