mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Fix toggle split doesnt have rounded right corner
This commit is contained in:
parent
d73fbb1643
commit
ced248ad49
@ -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