Login popup designbox

I'm looking to change the designbox in the login popup.

I've searched but cannot find where to do this - I'm aware of how to do this for the page block but just cannot find this.

Any ideas?

This is my signature, there are many like it but this one is mine...
Quote · 28 Sep 2013

This isn't the exact answer to your question, but it may get ya what you're wanting to overall.

The way I styled my pop-up login block was through CSS changes like this:

.popup_form_wrapper div.disignBoxFirst {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    color: #CCCCCC;
}
 
This result would be- A block background that is black with a little transparency.....20px rounded corners....and most Fonts inside the block are a very light gray.
 
Does this help at all?
Quote · 28 Sep 2013

Thanks but I really do need the source file (html, php or js).

Looked everywhere ;(

This is my signature, there are many like it but this one is mine...
Quote · 28 Sep 2013

There is no html template for it.

The form is generated dynamically using the function getMemberLoginFormCode() in inc/design.inc.php which is called from inc/admin.inc.php from the function login_form()

https://www.deanbassett.com
Quote · 28 Sep 2013

Thanks Deano and Underdog

This is my signature, there are many like it but this one is mine...
Quote · 29 Sep 2013
 
 
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.