RSS Feed/News Style variation "system" and "light" show different results

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,964
Points
823

Reputation:

I'm trying to set some styling specific to the "Light" version of our theme - this is working fine when "Light" is explicitly selected for a logged in user, but anytime the style variation setting is set to "System", the styling disappears.

Code:

Code:
#XF[data-color-scheme="light"] div.structItemContainer-group > div:nth-of-type(even) {
    background: #f1f1f1;
}
#XF[data-color-scheme="light"] div.structItemContainer-group > div:nth-of-type(odd) {
    background: #F8F8F8;
}

Is there a...

Read more

Continue reading...
 
Status
Not open for further replies.
Top