mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-21 12:52:13 -05:00
Fix toggle split doesnt have rounded right corner
This commit is contained in:
parent
622372429f
commit
05e2e512e7
@ -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…
x
Reference in New Issue
Block a user