Hi,
I just now notice that the Dark UI theme breaks my CSS, at least for some things:
Using the normal light theme, I have it set up so that if I use the TAG #ip (in process), a small gear appears.
It works fine.
For the same list, if I switch to Dark UI, it does not work.
My CSS:
/* ############################################################################ /
/ ADD A COG ICON TO AN ITEM /
/ ############################################################################ /
.topLevel .tag.tag_ip {
display:none; / Hides the tag #ip, leaving only the styling /}
.tag_ip .userContent:before {
content: “\F013”; / An icon from the Font Awesome library */
font-family: FontAwesome;
font-size: 14px;
padding-right: 5px;}
Regards,
Jim