Not Solved Modal login background
#1
Not Solved
Where is the css for the modal login background color, can't find it anywhere 

     
[Image: sig2.jpg]
Reply
#2
Not Solved
global.css and check it in advanced mode, use the search button on it and fill in the word login, you will see now the things you need.
[Image: vissenforumlogo.png]
Reply
#3
Not Solved
Aint nothing in global.css for the opacity of the background modal login

Found it. it's in both jquery.plugins.min.js and jquery.plugins.js
[Image: sig2.jpg]
Reply
#4
Not Solved
You can actually specify it for each modal. Where the modal is called just do something like this:

$(elm).modal({
    fadeDuration: 250,
    overlay: "#000",
    opacity: 0.75;
});

Or like Andrew said, change it globally.
Reply
#5
Not Solved
(2014-08-24, 12:33 AM)Eric J. Wrote: You can actually specify it for each modal. Where the modal is called just do something like this:

$(elm).modal({
    fadeDuration: 250,
    overlay: "#000",
    opacity: 0.75;
});

Or like Andrew said, change it globally.

Your way seems the better doing it for having it different for each theme. Thanks
[Image: sig2.jpg]
Reply
#6
Not Solved
(2014-08-25, 02:37 PM)iAndrew Wrote: Your way seems the better doing it for having it different for each theme.

globa.css is theme independent...
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)