Resource icon

xF2 Template Modification Hover Effect for actionBar

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
20,162
Points
823

Reputation:

ENXF NET submitted a new resource:

Hover Effect for actionBar - Hover Effect for actionBar

Add some code to extra.less
Code:
//Action Bar
.message-actionBar {
    .actionBar-action {
        font-size: 0;
        transition: .5s;
    
        &:hover{
            font-size: 100%;
            text-decoration:none;
            color: @xf-paletteColor3;
        }
        &:before {
            font-size: 15px;
            margin-left: 2px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            margin-right: 5px;
        }
        &--inlineMod{...

Read more about this resource...
 

rojo_salas

New member
Registered
Joined
Jun 23, 2022
Messages
4
Points
11

Reputation:

Hi, how do I do it for the action bar button of "Easy User Ban 2 by Siropu"?
What could be the element ID for this button? "quick-ban" or "ban" doesn't work for me.
Hope you can help! Thanks!


1705700985387.png
 
Top