RSS Feed/News User group user name CSS to support LESS & user id or user group attribute in username links (like tags)

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,428
Points
823

Reputation:

Currently, you can only apply username CSS in user groups, which is unappealing when we have style variants now. It should support LESS to easily go from one to the other:

With:
CSS:

Code:
    .m-colorScheme(light,
        {
            color: green;
        }
    );
    .m-colorScheme(dark,
        {
            color: #00ff33;
        }
    );

However, username CSS (and hopefully LESS) also doesn't apply to...

Read more

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