mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Fix: correct some form typography and styling
This commit is contained in:
parent
4fbe7f16f3
commit
f695d4b9da
1 changed files with 5 additions and 0 deletions
|
|
@ -254,6 +254,10 @@ a.btn-link:focus-visible,
|
|||
min-height: calc(1.5em + 0.75rem + 5px);
|
||||
line-height: 1.5;
|
||||
|
||||
.ng-select-container {
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
.ng-select-container .ng-value-container .ng-input {
|
||||
top: 7px;
|
||||
}
|
||||
|
|
@ -311,6 +315,7 @@ textarea,
|
|||
color: var(--bs-body-color);
|
||||
background-color: var(--bs-body-bg);
|
||||
border-color: var(--bs-border-color);
|
||||
font-size: 0.875rem;
|
||||
|
||||
&:focus {
|
||||
background-color: var(--pngx-bg-darker);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue