XenForo
Administrative
- Thread starter
- Admin
- #1
can't find the name of the current style in the html-code? I was sure you'd have it as a class in <body> like <body class="dark">.
I would like to have a dark style as a child to my default style. How can I have css-rules depending on which style the user has chosen?
I know I can solve this by customizing the extra.less in the child, but then I have two extra.less templates I have to fiddle around with. I am used to do this in one css sheet like:
CSS:
Read more
ادامه مطلب...
I would like to have a dark style as a child to my default style. How can I have css-rules depending on which style the user has chosen?
I know I can solve this by customizing the extra.less in the child, but then I have two extra.less templates I have to fiddle around with. I am used to do this in one css sheet like:
CSS:
.thread_view.light...
Read more
ادامه مطلب...