Merge branch 'ent-7730-visualizacion-update-manager-en-tema-oscuro' into 'develop'

add update manager black background update manager

See merge request artica/pandorafms!4270
This commit is contained in:
Daniel Rodriguez 2021-09-10 11:11:24 +00:00
commit 93b4d81264
3 changed files with 34 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

@ -63,6 +63,27 @@ table.agent_info_table tr {
color: #fff !important; color: #fff !important;
} }
#um-next:hover,
#um-last:hover {
border: 1px solid #888 !important;
}
#um-next,
#um-last {
background-color: #111 !important;
color: #fff !important;
font-weight: 500;
border-radius: 5px;
background-repeat: no-repeat;
background-position: 92% 10px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 15px;
border: 1px solid #333 !important;
cursor: pointer;
font-family: inherit;
font-size: 10pt;
}
input[readonly] { input[readonly] {
background-color: #444 !important; background-color: #444 !important;
color: #a2a2a2 !important; color: #a2a2a2 !important;
@ -465,7 +486,7 @@ pre,
/* update_manager.css */ /* update_manager.css */
div#box_online * { div#box_online * {
color: #000; color: #fff;
} }
/* discovery.css */ /* discovery.css */
@ -1161,7 +1182,18 @@ a.pandora_pagination,
padding-right: 35px; padding-right: 35px;
background-color: #222; background-color: #222;
} }
#box_online {
background-image: url("../../images/update_pandora_black.jpg") !important;
background-position: left, left !important;
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);
}
.legend_background { .legend_background {
background-color: #222; background-color: #222;
color: #fff !important; color: #fff !important;