Documentation

(vaadin)

Customize the Login background

This is an old revision of the document!


The standard login is really standard.

It's great for standard ERP systems, but custom ERP systems need a custom view:

To change the login view, simply use an external css file and set following styles:

.jvx #glasspane-login 
{
    background-image: url("images/login_background.jpg");
    background-size: cover;
}
 
.jvx .loginwindow .v-window-contents
{
    background: transparent;
}
 
.jvx .loginwindow
{
    opacity: 0.75;
    background: #efefef;
}
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information