Prefix Description Styling

Prefix Description Styling

UnstucK

Administrator

Staff member
Vip Member
Reputation: 100%
Reaction score
48
Points
55
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 :

Code:
.blockMessage--close.prefixDesc--id1 {
    border-left: 3px solid #1ed760;
}
.blockMessage--close.prefixDesc--id2 {
    border-left: 3px solid #d31117;
}

Before :

Prefix Description Styling-1.png


Prefix Description Styling-2.png


After :

Prefix Description Styling-3.png


Prefix Description Styling-4.png
 

Attachments

Back
Top