Funbit / ets2-telemetry-server

ETS2/ATS Telemetry Web Server + Mobile Dashboard
GNU General Public License v3.0
623 stars 206 forks source link

Moving `cursor: pointer` from dashboard-host to individual styles #67

Closed denilsonsa closed 8 years ago

denilsonsa commented 8 years ago

Setting cursor: pointer makes sense for skins that also implement a click handler on body element.

For skins that do not implement that (such as ets2-mobile-route-advisor) having that style is just something that needs to be undone.

Since the click handler is implemented individually in each skin, it makes sense to add this style individually in each skin as well.

I have not changed the files from "source/Funbit*Server/Html", so those have to be changed after this pull request.

Note: the diff includes a bunch of whitespace.