add update manager black background update manager

This commit is contained in:
marcos 2021-07-06 12:49:20 +02:00
parent dec62ffca4
commit 7a4224cef6
4 changed files with 14 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

View File

@ -2445,7 +2445,7 @@ class ConsoleSupervisor
if (strpos(
$server['version'],
$config['current_package']
) === false
) !== false
) {
$missed++;
$title_ver_misaligned = __(

View File

@ -464,7 +464,7 @@ pre,
/* update_manager.css */
div#box_online * {
color: #000;
color: #fff;
}
/* discovery.css */
@ -1159,3 +1159,15 @@ a.pandora_pagination,
padding-right: 35px;
background-color: #222;
}
#box_online {
background-image: url("../../images/update_pandora_black.jpg") !important;
background-position: center center;
background-repeat: no-repeat;
background-color: #000 !important;
padding: 40px 50px;
border: 1px solid #111 !important;
border-radius: 5px;
min-height: 600px;
background-size: contain;
box-shadow: 1px 1px 4px rgba(160, 160, 160, 0.514);
}