Hello i'm testing zabbix 4.0 on CentOS 7 and everything is fine only the logo change is not working for me i'm editing the .css files dark-theme.css and blue-theme.css parts:
.signin-logo { margin: 0 auto; margin-bottom: 21px; height: 30px; background: url(../img/mylogo.png) no-repeat 0; }
.logo { float: left; display: block; width: 95px; height: 25px; background: url(../img/mylogo.png) no-repeat 0; }
.browser-logo-chrome { background: url(../img/mylogo.png) no-repeat 0 0; }
.browser-logo-ff { background: url(../img/mylogo.png) no-repeat; }
.browser-logo-ie { background: url(../img/mylogo.png) no-repeat 0; }
.browser-logo-opera { background: url(../img/mylogo.png) no-repeat 0; }
.browser-logo-safari { background: url(../img/mylogo.png) no-repeat 0; }
But still won't work for me any help? Thanks!
.signin-logo { margin: 0 auto; margin-bottom: 21px; height: 30px; background: url(../img/mylogo.png) no-repeat 0; }
.logo { float: left; display: block; width: 95px; height: 25px; background: url(../img/mylogo.png) no-repeat 0; }
.browser-logo-chrome { background: url(../img/mylogo.png) no-repeat 0 0; }
.browser-logo-ff { background: url(../img/mylogo.png) no-repeat; }
.browser-logo-ie { background: url(../img/mylogo.png) no-repeat 0; }
.browser-logo-opera { background: url(../img/mylogo.png) no-repeat 0; }
.browser-logo-safari { background: url(../img/mylogo.png) no-repeat 0; }
But still won't work for me any help? Thanks!
Comment