Set Dialog Overlay Color Via CSS
Hello,
When you have a modal dialog, there is a div that covers the entire
screen to prevent user input of non-dialog elements.
I would like to be able to change the color and transparency of that
div via CSS, however it seems that this can only be done through
javascript. I do not like having colors hardcoded into javascript in
my applications. Is there no way to change this so it can set via an
external CSS file?