Update style.css.php

This commit is contained in:
Laurent Destailleur 2018-04-17 09:35:25 +02:00 committed by GitHub
parent dec774ccf5
commit f06412ebc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1817,7 +1817,7 @@ form#login {
max-width: 560px;
<?php
if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
print ' background-color: rgba(255, 255, 255, 0.8);';
print ' background-color: rgba(255, 255, 255, 0.9);';
} else {
print ' background-color: #FFFFFF;';
}