Dark UI theme breaks my CSS

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

Hello Jim,

When you switch to Dark scheme, you should re-enter your custom CSS on the Settings page, as it has its own custom CSS settings. You may want to use different colors in Dark and light schemes, that’s the reason.

Hope this helps,

Well, that makes sense! Thanks, that’s perfect. Not a bug, but a feature.:^)