julien-nc / phonetrack

Nextcloud app to create tracking sessions to display phones position in real time and export activity to gpx.
GNU Affero General Public License v3.0
47 stars 6 forks source link

Button states (on|off) not rendered due to several !important in CSS #10

Open artfulrobot opened 11 months ago

artfulrobot commented 11 months ago

The toggles, e.g. for whether lines are show on the map could be coloured to show whether they are on or off. There might even be CSS that's supposed to do this, but it's masked by numerous other rules that use !important, so they always just show grey.

e.g. here's a suggested look for how they could be rendered:

image