mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
Fix dialog text color
This commit is contained in:
parent
fe4a15d6a5
commit
f65c2082fd
1 changed files with 1 additions and 0 deletions
1
resources/assets/sass/vendor/_alertify.scss
vendored
1
resources/assets/sass/vendor/_alertify.scss
vendored
|
@ -3,6 +3,7 @@
|
|||
font-weight: $fontWeight_UltraThin;
|
||||
background-color: rgba(0, 0, 0, .7);
|
||||
z-index: 9999;
|
||||
color: rgba(0,0,0,.87);
|
||||
|
||||
.dialog > div {
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Reference in a new issue