mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
bs5: fix dark mode close button
This commit is contained in:
parent
c6fc435869
commit
744a0f1c8c
@ -229,6 +229,12 @@ $border-color-dark-mode: #47494f;
|
|||||||
text-shadow: 0 1px 0 #666;
|
text-shadow: 0 1px 0 #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal .btn-close {
|
||||||
|
color: $text-color-dark-mode;
|
||||||
|
text-shadow: 0 1px 0 #666;
|
||||||
|
filter: invert(1) grayscale(100%) brightness(200%);
|
||||||
|
}
|
||||||
|
|
||||||
.btn-outline-primary {
|
.btn-outline-primary {
|
||||||
border-color: $primary-dark-mode;
|
border-color: $primary-dark-mode;
|
||||||
color: $primary-dark-mode;
|
color: $primary-dark-mode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user