Logic Machine Forum
CSS Apk compatibility - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: CSS Apk compatibility (/showthread.php?tid=2211)



CSS Apk compatibility - DGrandes - 28.08.2019

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


RE: CSS Apk compatibility - admin - 29.08.2019

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


RE: CSS Apk compatibility - DGrandes - 29.08.2019

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


RE: CSS Apk compatibility - admin - 29.08.2019

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