From d4994e7de99b69222996076a62c3433d5e22a58f Mon Sep 17 00:00:00 2001 From: marcos Date: Thu, 27 May 2021 13:24:32 +0200 Subject: [PATCH] cambio de fuentes css --- .../godmode/update_manager/update_manager.css | 2 ++ pandora_console/include/ajax/module.php | 2 +- pandora_console/include/styles/pandora.css | 1 + .../include/styles/pandora_black.css | 21 +++++++++++++++++-- .../operation/agentes/status_monitor.php | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/pandora_console/godmode/update_manager/update_manager.css b/pandora_console/godmode/update_manager/update_manager.css index f9e52c068e..bd8e52fca8 100644 --- a/pandora_console/godmode/update_manager/update_manager.css +++ b/pandora_console/godmode/update_manager/update_manager.css @@ -151,6 +151,7 @@ div#box_online * { font-size: 16pt; + margin-bottom: 50px; } #box_online .content { @@ -217,6 +218,7 @@ a.update_manager_button:after { color: #82b92e; font-size: 75pt; font-weight: bold; + margin-bottom: 50px; } /* METACONSOLE */ diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 1734c2094a..eb28826291 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -1140,7 +1140,7 @@ if (check_login()) { // Adds tag context information. if (tags_get_modules_tag_count($module['id_agente_modulo']) > 0) { - $data[3] .= ' '.html_print_image('images/tag_red.png', true, ['id' => 'tag-details-'.$module['id_agente_modulo'], 'class' => 'img_help']).' '; + $data[3] .= ' '.html_print_image('images/tag_red.png', true, ['id' => 'tag-details-'.$module['id_agente_modulo'], 'class' => 'img_help invert_filter']).' '; } // Adds relations context information. diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index bb59a70d18..3513fe6722 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -208,6 +208,7 @@ a { a:hover { color: #373737; text-decoration: underline; + font-weight: bold; } :focus { outline-color: #82b92e; diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 698def414e..54c2e7f0ed 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -55,7 +55,9 @@ table.databox, input.sub, .introjs-tooltip, button.sub, -.bg_general { +.bg_general, +table.agent_info_table thead > tr:first-child th, +table.agent_info_table tr { background-color: #222 !important; color: #fff !important; } @@ -245,20 +247,28 @@ div#foot { table.table_modal_alternate tr:nth-child(odd) td { background-color: #222 !important; color: #fff; + border-bottom: 1px solid #707070; + border-top: 1px solid #707070; } table.table_modal_alternate tr:nth-child(even) td { background-color: #111 !important; color: #fff; + border-bottom: 1px solid #707070; + border-top: 1px solid #707070; } /* events.css */ table.black_table_modal_alternate tr:nth-child(odd) td { background-color: #222 !important; + border-bottom: 1px solid #707070; + border-top: 1px solid #707070; } table.black_table_modal_alternate tr:nth-child(even) td { background-color: #111 !important; + border-bottom: 1px solid #707070; + border-top: 1px solid #707070; } /* tables.css */ @@ -1051,9 +1061,16 @@ li > input[type="password"] { a:hover { text-decoration: underline; - color: #fff; + color: #9b9b9b; + font-weight: bold; } input.search_input { background-image: url("../../images/input_zoom.disabled.png"); } + +.agents_modules_table, +.agents_modules_table td, +.agents_modules_table th { + border: 1px solid #707070; +} diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index a6811c1856..58413ea85f 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -1441,7 +1441,7 @@ if (!empty($result)) { true, [ 'title' => $row['tags'], - 'class' => 'tag_row', + 'class' => 'tag_row invert_filter', ] ); }