🐛 Fixed unreadable error message colour when uploading themes/images (#962)

closes TryGhost/Ghost#9476
- added midgrey to uploader.css upload fail
This commit is contained in:
Hey24sheep 2018-03-05 15:24:46 +05:30 committed by Kevin Ansfield
parent 5831eec4cf
commit e23b4db492

View File

@ -93,6 +93,7 @@
.gh-image-uploader .failed {
margin: 1em 2em;
font-size: 16px;
color: color(var(--midgrey));
}
/* TODO: remove the gh-image-uploader classes once it's using gh-progrss-bar */