This commit is contained in:
Sharad Ahlawat
2021-04-01 01:23:14 -07:00
parent 5cee123a3c
commit 90c5709862
64 changed files with 802 additions and 140 deletions

View File

@ -0,0 +1,12 @@
.login-ui .login-dialog .logo {
background-image: url('app/ext/tempnamespace/images/logo-placeholder.png');
width: 5em;
-webkit-background-size: 5em auto;
}
div.login-ui {
background: #666;
background-color: #666;
}
.login-ui .login-dialog {
background-color: white;
}