Member
Member
Ipstenu   2009-07-16, 16:18
#1

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; }

Administrator
Administrator
acrylian   2009-07-16, 17:01
#2

Probably an CSS id does override that. Try something like #images.not_visible. #images is the id of the element surrounding the thumbs in the default theme (theme may use different css/html setups of course)

Member
Member
Ipstenu   2009-07-16, 17:25
#3

No luck. I'll fiddle with it some more (it may be my custom theme, but it's a hack of the default one, and I didn't change the css names)

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.