mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fixing style errors.
This commit is contained in:
parent
2273201707
commit
13af84ff49
|
|
@ -134,7 +134,7 @@ $(document).ready(function () {
|
|||
<?php } ?>
|
||||
|
||||
<div class="login_center center"<?php
|
||||
if (empty($conf->global->ADD_UNSPLASH_LOGIN_BACKGROUND)) {
|
||||
if (empty($conf->global->ADD_UNSPLASH_LOGIN_BACKGROUND)) {
|
||||
$backstyle = 'background: linear-gradient('.($conf->browser->layout == 'phone' ? '0deg' : '4deg').', rgb(240,240,240) 52%, rgb('.$colorbackhmenu1.') 52.1%);';
|
||||
// old style: $backstyle = 'background-image: linear-gradient(rgb('.$colorbackhmenu1.',0.3), rgb(240,240,240));';
|
||||
$backstyle = getDolGlobalString('MAIN_LOGIN_BACKGROUND_STYLE', $backstyle);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user