feat(ios): ios-phone predictive banner dark styling

This commit is contained in:
jahorton 2019-12-20 11:50:09 +07:00
parent aff907ffd0
commit 47a2a5ec5f

View file

@ -96,6 +96,22 @@
color: #000;
}
/* Probably best to make this its own CSS that can be optionally included? */
@media (prefers-color-scheme: dark) {
.ios .kmw-banner-bar {
background-color: #0f1319;
}
.ios .kmw-banner-bar .kmw-suggest-option {
background-color: #3d3d3e;
border-bottom: solid 1px #8a8d90;
}
.ios .kmw-suggestion-text {
color: #fff;
}
}
.phone.ios .kmw-suggest-option.kmw-suggest-touched {background-color:#88f;}
.phone.ios.kmw-osk-frame,