ThanosCrax
Registered
- Thread starter
- #1
ThanosCrax submitted a new resource:
Hover Effect for action Bar - Hover affects for icons of action bar
Read more about this resource...
Hover Effect for action Bar - Hover affects for icons of action bar
Add toextra.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...