mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
feat(ios): ios-phone predictive banner dark styling
This commit is contained in:
parent
aff907ffd0
commit
47a2a5ec5f
1 changed files with 16 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue