Change the appearance of the "Reply", "Like" buttons

xF2 Template Modification Change the appearance of the "Reply", "Like" buttons

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,375
Points
523

Reputation:

DareDevil submitted a new resource:

Change the appearance of the "Reply", "Like" buttons - "Reply", "Like" buttons appearance

1589281055775-png.png



In extra.less add.

Less:
.actionBar-action {
    .actionBar-set--external & {
        padding: 3px 5px;
        color: #176093;
        border-radius: 2px;
        border: 1px solid white;
        box-shadow: 1px 1px 3px rgba(0,0,0, 0.3);
    }

    &--reaction {
        background-color: #eaf4fc;
    }

    &--mq {
        background-color: #d3f9bb;

        .tooltip-content & {
            background-color...

Read more about this resource...
 
Top