Set new brand and color for header
This commit is contained in:
parent
fc18c1a168
commit
ad00594b1d
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -2357,12 +2357,12 @@ function config_process_config()
|
|||
config_update_value('custom_favicon', '');
|
||||
}
|
||||
|
||||
if (!isset($config['custom_logo'])) {
|
||||
config_update_value('custom_logo', 'pandora_logo_head_4.png');
|
||||
if (isset($config['custom_logo']) === false) {
|
||||
config_update_value('custom_logo', 'logo-pandorafms-1.png');
|
||||
}
|
||||
|
||||
if (!isset($config['custom_logo_collapsed'])) {
|
||||
config_update_value('custom_logo_collapsed', 'pandora_logo_green_collapsed.png');
|
||||
if (isset($config['custom_logo_collapsed']) === false) {
|
||||
config_update_value('custom_logo_collapsed', 'logo-pandorafms-1-collapsed.png');
|
||||
}
|
||||
|
||||
if (is_metaconsole()) {
|
||||
|
|
|
@ -399,7 +399,8 @@ ul li {
|
|||
}
|
||||
|
||||
.logo_green {
|
||||
height: 60px;
|
||||
background-color: #fff;
|
||||
min-height: 60px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue