• Hello,

    Nice plugin, thanx! I was wondering if you wouldn’t mind helping me find the css identifier to change the color of the red close button? I’ve been trying #deadblocker_dialog , .deadblocker_action , etc. but nothing seems to work.

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter semperaye

    (@semperaye)

    Here is what I’m currently trying but I can’t get it to work ?? For some reason I can’t use inputs in the code, I’m REALLY new with css so idk what to do.

    #deadblocker_dialog .deadblocker_action input,
    #deadblocker_dialog .deadblocker_action input:visited {
    	background:#3f3f3f;
    	border: 2px solid transparent;
    	border-radius: 5px;
    	color:#FFF;
    }
    #deadblocker_dialog .deadblocker_action input:hover {
    	background:#FFF;
    	border: 2px solid #3f3f3f;
    	border-radius: 5px;
    	color:#c0c0c0
    }
Viewing 1 replies (of 1 total)
  • The topic ‘CSS Identifier to style the red close button?’ is closed to new replies.