简体   繁体   中英

Invert icon color of status bar cordova

I need to change the color of the icons and fonts of the status bar. As in the example of Soundcloud... I can change the background in white, but the icons are white and are not distinguished

soundcloud statusbar example

my app status bar

I think you should try:

.status-bar{
  background-color:white;
  color:red;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM