This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

CSS Apk compatibility
#1
Hu,

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) ;
}
it work perfectly in chrome but dont work in Logic Machine aplication. The icon i want to change color is + - Icon.

Thanks
Reply
#2
Which Android version are you running? Your color definition looks wrong. It should be either 3 or 6 hex characters but you have 4.
Reply
#3
Hi,

When I inspect Google Chrome or firefox page, I put manualy linear gradient in transparent and the result is #6660.
My android version is Miui 10.2.28(PFAEUXM) Is a new phone.

Thanks
Reply
#4
Are you trying to remove the background altogether? Then set background-image: none !important;
Reply


Forum Jump: