mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Fix toggle split doesnt have rounded right corner
This commit is contained in:
parent
d73fbb1643
commit
ced248ad49
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@
|
||||||
max-width: calc(100% - 46px); // fudge factor for ng-select button width
|
max-width: calc(100% - 46px); // fudge factor for ng-select button width
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group .dropdown-toggle-split {
|
||||||
|
border-top-right-radius: inherit;
|
||||||
|
border-bottom-right-radius: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.password-prompt {
|
.password-prompt {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30%;
|
top: 30%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue