hotlink color in popup

627
2
Jump to solution
11-23-2016 09:15 AM
MichaelKohler
Occasional Contributor II

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?

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Michael,

   Just use this css rule:

.attachmentEditor a {
    color: black
}

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Michael,

   Just use this css rule:

.attachmentEditor a {
    color: black
}
MichaelKohler
Occasional Contributor II

thanks for the quick reply!

0 Kudos