How to change the color of the Ion-item Input and the Android Bar?

2

How do I change "blue" when I click on the input for the color I want in the ion-input? I just managed to change the color of the placeholder with:

*::-webkit-input-placeholder {
  color: rgb(255,255,255) !important;
}

How do I change the color of the android bar where the icons are?

    
asked by anonymous 08.01.2017 / 01:32

0 answers