CSS question : dolPopupFog

Does anybody know where div id="dolPopupFog" gets it's white background color?  I couldn't find this in any CSS file.  I changed it by making the edits in red, but this is something that should be changeable in templates.

 

In /inc/js/jquery,dolPopup.js

 

        if (o.fog && !$('#dolPopupFog').length) {
            $('<div id="dolPopupFog" style="display: none; background-color:#000000;">&nbsp;</div>')
                .prependTo('body')
                .css({
                    position: 'fixed',
                    top: 0,
                    left: 0,
                    width: $(window).width(),
                    height: $(window).height(),
                    opacity: o.fog.opacity,
//                    backgroundColor: o.fog.color,
                    zIndex: 999
                });
        }

 

 

 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 21 Aug 2009

I think you should remove this:...

style="display: none;

Quote · 21 Aug 2009

Thanks Jimie, but I think you misunderstood the question.  I was asking where dolPopupFog gets it's default white color.  The display: none attribute has nothing to do with that.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 21 Aug 2009

Has this been found yet? I also need to change the color.

Give me something to believe in...
Quote · 10 Jul 2010

inc\js\functions.js

Do a search in that file for fog

There are several that can be changed depending on where. Dialog fogs, logon form fog, ect.

https://www.deanbassett.com
Quote · 10 Jul 2010

Gee guys... let's see if we can figure this out, if all I do is tell you.... in the first post of the thread.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2010

Gee guys... let's see if we can figure this out, if all I do is tell you.... in the first post of the thread.

I think you asked where it gets its color from, or am i misreading it?

https://www.deanbassett.com
Quote · 10 Jul 2010

RE:

I think you asked where it gets its color from, or am i misreading it?

Yeah.... but then right below that question,  I showed how to change the color.... or is that just another useless post I should delete?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2010

I'd post the css to add to index.css of templates, but I'm on strike.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2010

What ever you want. I just pointed out where i believe it gets its color from, so i was just trying to answer your question.

https://www.deanbassett.com
Quote · 10 Jul 2010

Too slow.... I asked the question 11 months ago.  I even asked boonex to add a css rule for this.  Like most of my requests, that too was ignored.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2010

I am slow at everything i do.

https://www.deanbassett.com
Quote · 10 Jul 2010

I had to bring this up again.

@ boonex

Can you add this to the 7.0.4 to do list please?

Give me something to believe in...
Quote · 16 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.