28.08.2019, 18:09
Hu,
I have this css code:
it work perfectly in chrome but dont work in Logic Machine aplication. The icon i want to change color is + - Icon.
Thanks
I have this css code:
Code:
.botonesmasmenos .btn {
background-color: -webkit-transparent !important;
background-color: transparent !important;
background-image: -webkit-linear-gradient(#6660, #4440) ;
background-image: linear-gradient(#6660, #4440) ;
}
Thanks