Prefix Description Styling

Prefix Description Styling 1.1.1

Register or Log in for Free Download
Joined
Jun 28, 2020
Messages
4,641
Reaction score
1,433
Credits
$12,899
thanks to dear member @jessy submitted a new resource:

Prefix Description Styling - Another incredibly simple add-on that injects the Prefix ID to the prefix description bo

Another incredibly simple add-on that injects the Prefix ID to the prefix description box, enabling you to style it on a per-prefix basis.

After installing the add-on, you will need to add some code to the extra.less template similar to the below - or adjust it as you desire:
CSS:
.blockMessage--close.prefixDesc--id1 {
    border-left: 3px solid #1ed760;
}
.blockMessage--close.prefixDesc--id2 {
    border-left: 3px solid #d31117;
}
View attachment 50006

Read more about this resource...
 

A new update for Prefix Description Styling 1.1.1 is now available for free download. Big thanks to the contribution from our member @axtona !

change log
Added:
  • Prefix descriptions can now have their own background and text/border colour, set directly on the prefix edit form, with a live colour preview as you edit — no CSS required.
  • Optional custom CSS class field for full control via extra.less.
Existing prefixes are unaffected until you set new values.
Read the rest of this update entry...
 
Back
Top