mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Fix: inconsistent border colors in input groups
This commit is contained in:
parent
47a416dd9b
commit
1f32e4a642
2 changed files with 4 additions and 0 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.7 MiB |
|
|
@ -323,6 +323,10 @@ textarea,
|
|||
}
|
||||
}
|
||||
|
||||
.input-group .btn-outline-secondary {
|
||||
border-color: var(--bs-border-color);
|
||||
}
|
||||
|
||||
.form-check-input:checked {
|
||||
background-color: var(--bs-primary);
|
||||
border-color: var(--bs-primary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue