Resource icon

xF2 Template Modification Hover Effect for actionBar

📀 Resource submitted by: Admin • 💬 Messages: 15976 • 🏆 Points: 113 • 👍 Likes: 56334 • 📀 Resources: 5986
Compatible XF Versions
  1. 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
Admin
Views
1,597
First release
Last update

More resources from Admin


740Threads
2,308Messages
67,527Members
billamidianLatest member
Back