01-21-2018 10:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-21-2018 10:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I tried document.getElementById("the id set for stylesheet in my widgets.gui") and document.styleSheets to gain some access to the style sheets, but none of them worked.

01-22-2018 08:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
01-22-2018 08:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
What do you try to achieve? Do you mean accessing element's class or id?

01-22-2018 16:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-22-2018 16:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks for replying. Actually I was trying to add an alternate stylesheet to my app and switch to it sometime as a notification display. I couldn't figure out how to do that, as a workaround, I just selectively hid some UI elements and made the notification messages and buttons visible.
Is there a way to achieve some similar effect as the Fitbit standard notification?

