![]() |
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 { 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; |