mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
toasts should respect close button coloring
This commit is contained in:
parent
b2b202586c
commit
65eeea9453
@ -38,6 +38,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
||||
.form-check-input:checked[type=radio] {
|
||||
background-image: escape-svg($form-check-radio-checked-bg-image-dark);
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
filter: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.primary-dark {
|
||||
@ -168,7 +172,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
||||
text-shadow: 0 1px 0 #666;
|
||||
}
|
||||
|
||||
.modal .btn-close, .alert .btn-close {
|
||||
.modal .btn-close, .alert .btn-close, .toast .btn-close {
|
||||
filter: invert(1) grayscale(100%) brightness(200%);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user