Resource icon

Hover Effect for actionBar

Compatible XF 2.x 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: @xf-paletteColor3;
        }
        &:before {
            font-size: 15px...
You do not have permission to view the full content of this resource. Log in or register now.
Author
inzanty
Views
2,387
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from inzanty

Latest updates

  1. Reaction display fix

    Reaction display fix Thank you @Manster54 for report and @Russ for fix
Top Bottom