XenForo
Administrative
- Thread starter
- Admin
- #1
If alert list is large moderator notify are lost in the background other alerts, like reactions and quotes. It could be fixed by custom css class in li container, for example "alert js-alert menu-row menu-row--separated menu-row--clickable is-mod is-unread" with
Code:
So notify by moderator would be highlighted by bg color and 3px left line.
ادامه مطلب...
Code:
Code:
.is-mod{
border-left: 3px solid red;
background: pink;
}
So notify by moderator would be highlighted by bg color and 3px left line.
ادامه مطلب...