mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
checkbox focus color
This commit is contained in:
parent
9e2fd52434
commit
76115d6a81
1 changed files with 4 additions and 0 deletions
|
|
@ -118,6 +118,10 @@ textarea,
|
|||
border-color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.form-check-input:focus {
|
||||
border-color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.page-link {
|
||||
color: var(--bs-primary);
|
||||
background-color: var(--bs-body-bg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue