mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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 |
BIN
pandora_console/images/custom_logo/logo-pandorafms-1.png
Normal file
BIN
pandora_console/images/custom_logo/logo-pandorafms-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -2357,12 +2357,12 @@ function config_process_config()
|
|||||||
config_update_value('custom_favicon', '');
|
config_update_value('custom_favicon', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['custom_logo'])) {
|
if (isset($config['custom_logo']) === false) {
|
||||||
config_update_value('custom_logo', 'pandora_logo_head_4.png');
|
config_update_value('custom_logo', 'logo-pandorafms-1.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['custom_logo_collapsed'])) {
|
if (isset($config['custom_logo_collapsed']) === false) {
|
||||||
config_update_value('custom_logo_collapsed', 'pandora_logo_green_collapsed.png');
|
config_update_value('custom_logo_collapsed', 'logo-pandorafms-1-collapsed.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_metaconsole()) {
|
if (is_metaconsole()) {
|
||||||
|
@ -399,7 +399,8 @@ ul li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo_green {
|
.logo_green {
|
||||||
height: 60px;
|
background-color: #fff;
|
||||||
|
min-height: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user