Hover Effect for action Bar

xF2 Template Modification Hover Effect for action Bar

Thanos Crax

Collaborate
Collaborate
Registered
Joined
Sep 25, 2020
Messages
315
Points
73

Reputation:

Thanos Crax submitted a new resource:

Hover Effect for action Bar - Hover affects for icons of action bar

Add to extra.less

CSS:
/*Action Bar*/
    .actionBar-action, .reaction-text
    {
        font-size: 0;
        .m-transition();
        &:before
        {
            font-size: @xf-fontSizeNormal;
            margin-right: 5px;
        }
        &--inlineMod, &--menuTrigger, &--reaction, &:hover, &:hover .reaction-text
        {
            font-size: 100%;
            text-decoration:none;
        }
     
        &--edit { .m-faBefore(@fa-var-pencil); }...

Read more about this resource...
 

MiroshiniTamil

Active member
Registered
Joined
Jul 17, 2023
Messages
26
Points
3

Reputation:

Screenshot_500.png

for me it getting hidden hover only shows normally hidden
 

Thanos Crax

Collaborate
Collaborate
Registered
Joined
Sep 25, 2020
Messages
315
Points
73

Reputation:

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
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
602
Points
103

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
rojo_salasCheck the addon templates
 
Top