mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
fix filterable dropdown corner radius
This commit is contained in:
parent
9e91440245
commit
89e0f8e3ef
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ a.badge {
|
||||||
border-radius: 0.15rem;
|
border-radius: 0.15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .btn:not(:first-child) {
|
> .btn:not(:first-child):not(:nth-child(2)) {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue