Where to change CSS for edit window modal box
Permalink 1 user found helpful
I'm developing a site that uses a fixed menu. Some of my plugins require that this fixed menu has a very high z-index, so that it remains on top of all the various components and content. This causes it to display above the modal that pops up for editing page content, hiding some of the options. I figure I can probably fix this by adding a z-index to the modal itself, but I haven't the foggiest clue where to find the CSS for it. Any idea where I should look for it? Any help is much appreciated!
Thanks for the reply! It worked for most of the modal windows, but not for the text editor. I tried using Firebug with my page in edit mode to locate the html element for this popup, but haven't had any luck finding the CSS for that so far.
I have posted a related thread to your comment here ->http://www.concrete5.org/index.php?cID=706767...
concrete/css/jquery.ui.css on line 286 .ui-dialog
Let me know if it works