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;"> </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. |
I think you should remove this:...
style="display: none;
|
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. |
Has this been found yet? I also need to change the color. Give me something to believe in... |
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 |
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. |
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 |
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. |
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. |
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 |
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. |
I am slow at everything i do.
https://www.deanbassett.com |
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... |