XF 1.3 Multi-Quote Overlay

Amaury

Well-known member
I want to do some styling changes by making the background for "Drag messages..." the same as the content background and removing the borders due to border conflicts.

Multi Quote.webp

Would this be specific enough?

Code:
subHeading multiQuoteDragHeading {
    background: @contentBackground !important;
    border: none !important;
}
 
Top Bottom