Home Analyst Portal

CSS Help Portal v8.2+ @mention

Brian_WiestBrian_Wiest Customer Super IT Monkey ✭✭✭✭✭
Attempting to update the custom.css to modify the @mention options as the grey is a little too muted for my community to really know they have someone selected. 
Found the original css (Content\Styles\cireson.mentions-in-keditor.min.css)
Took the class and attempted to update to. 
.atwho-inserted {
    background: #FFFF00 !important;
    color: #000
}

When saved the portal would not pick up the change also attempted to update the original css file directly, also no change.
Also attempted to iisreset to see if the @ function got loaded into memory.
What am I missing?
Thanks 

Best Answer

Answers

  • Brian_WiestBrian_Wiest Customer Super IT Monkey ✭✭✭✭✭
    Oh boo on you security (they disabled users from clearing their local cache) 
    Clearing the cache now loads the new code when updating the direct file. cireson.mentions-in-keditor.min.css. 
    Any thoughts why this would not work in the custom.css?
Sign In or Register to comment.