Question: How to change the 3 button colours at the top right of map "Geofences", "Live Routes" and "Follow" buttons to green when pressed / "On"

Sean Hay6 years ago

Hello

Question: How to change the 3 button colors at the top right of map "Geofences", "Live Routes" and "Follow" buttons to green when pressed / "On"

Problem:
Using notebooks in the field and office with poor lighting, people cannot see if these 3 buttons are pressed / "on" or off. as the 2 colors are grey vs. light grey. Instead of light grey and green.
The android manager app has the same problem, where users cannot see if these 3 buttons are on or off in the sunlight on their mobile phones (grey vs. light grey).

Thank you in advance.
Sean

Armstrong6 years ago

+1

You need to edit css of tritone theme (.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, .x-btn.x-btn-pressed.x-btn-default-toolbar-small)

The theme css is load by cloudflare, and if you want to edit, first you need to download, edit and load it locally.

https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/classic/theme-triton/resources/theme-triton-all_1.css

Sean Hay6 years ago

Thank you, Vladimir.