mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: cf query dropdown styling affecting other components (#8095)
This commit is contained in:
parent
b3b0e95d2d
commit
3af3484a00
@ -5,26 +5,26 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .ng-select-container {
|
:host ::ng-deep .ng-select-container {
|
||||||
border-top-right-radius: 0 !important;
|
border-top-right-radius: 0 !important;
|
||||||
border-bottom-right-radius: 0 !important;
|
border-bottom-right-radius: 0 !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .rounded-end .ng-select-container {
|
:host ::ng-deep .rounded-end .ng-select-container {
|
||||||
border-top-right-radius: var(--bs-border-radius) !important;
|
border-top-right-radius: var(--bs-border-radius) !important;
|
||||||
border-bottom-right-radius: var(--bs-border-radius) !important;
|
border-bottom-right-radius: var(--bs-border-radius) !important;
|
||||||
border-top-left-radius: 0 !important;
|
border-top-left-radius: 0 !important;
|
||||||
border-bottom-left-radius: 0 !important;
|
border-bottom-left-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .ng-select {
|
:host ::ng-deep .ng-select {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
min-width: 35%;
|
min-width: 35%;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .doc-link-select {
|
:host ::ng-deep .doc-link-select {
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
border-top-right-radius: var(--bs-border-radius) !important;
|
border-top-right-radius: var(--bs-border-radius) !important;
|
||||||
border-bottom-right-radius: var(--bs-border-radius) !important;
|
border-bottom-right-radius: var(--bs-border-radius) !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user