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:
Is there a...
Read more
Читать далее...
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
Читать далее...