using the attachment manager in a javascript app. I've customized the css for the background and have everything the way I want it. How can I change the hotlink color in the popup?
Solved! Go to Solution.
Michael,
Just use this css rule:
.attachmentEditor a {
color: black
}
Michael,
Just use this css rule:
.attachmentEditor a {
color: black
}
thanks for the quick reply!