I want to make it so that when an admin sees a 'hidden' image it gets flagged differently, like with a different background color (red) to indicate 'Hey! This is DIFFERENT!'
This didn't work. What am I missing in my sleep deprived brain?
`
img.not_visible {
border: 5px dashed #CC3333;
}
`
Comments