[cXF] Highlight new menu item

[cXF] Highlight new menu item

  • Criador do tópico Criador do tópico axtona
  • Data de início Data de início
Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
Associado
28/06/2020
Mensagens
4.400
Pontuação de reações
1.401
Credits
$11.794
thanks to dear member @jessy submitted a new resource:

[cXF] Highlight new menu item - This is a DIY tutorial to achieve

This is a DIY tutorial to achieve this:
Visualizar anexo 74072
As you can see you can get an icon that changes on hover only on new items just to highlight them a bit more.


Open your extra.less template and add the code:

XF2.3
CÓDIGO:
/*** Highlight new menu item ***/
.menu-row.menu-row--separated.menu-row--clickable.is-unread {
    &:before {
        .m-faContent(@fa-var-dot-circle);
        float: right;
        color: @xf-paletteAccent2...

Read more about this resource...
 
Top