PDA

View Full Version : Edit Popup Insert Background Color ?


brandonroy
02-05-2012, 08:22 AM
When posting a thread, or reply, using the wysiwyg to insert a link or an image...

The popup to insert a link url is fine. It's a dark shaded out background in the back behind the popup.

However, the image insert popup has a WHITE shaded out background. How can I change that color ?

brandonroy
02-10-2012, 06:55 AM
No one?

RobbieZ
02-10-2012, 02:37 PM
I would need to see your site for a closer inspection but theoretically adding something like this to your additional.css template should do the trick.

.cke_dialog_ui_input_select {
background-color: #222629 !important;
}

Changing the red hex numbers to a different color is the wise choice here :)