Resource icon

xF2 Template Modification Hover Effect for actionBar

Compatible XF Versions
2.1
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...
You do not have permission to view the full content of this resource. Log in or register now.
Author
ENXF NET
Views
1,705
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Top