cambio de fuentes css
This commit is contained in:
parent
d7128c53d8
commit
d4994e7de9
|
@ -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 */
|
||||
|
|
|
@ -1140,7 +1140,7 @@ if (check_login()) {
|
|||
|
||||
// Adds tag context information.
|
||||
if (tags_get_modules_tag_count($module['id_agente_modulo']) > 0) {
|
||||
$data[3] .= ' <a class="tag_details" href="ajax.php?page=operation/agentes/estado_monitores&get_tag_tooltip=1&id_agente_modulo='.$module['id_agente_modulo'].'">'.html_print_image('images/tag_red.png', true, ['id' => 'tag-details-'.$module['id_agente_modulo'], 'class' => 'img_help']).'</a> ';
|
||||
$data[3] .= ' <a class="tag_details" href="ajax.php?page=operation/agentes/estado_monitores&get_tag_tooltip=1&id_agente_modulo='.$module['id_agente_modulo'].'">'.html_print_image('images/tag_red.png', true, ['id' => 'tag-details-'.$module['id_agente_modulo'], 'class' => 'img_help invert_filter']).'</a> ';
|
||||
}
|
||||
|
||||
// Adds relations context information.
|
||||
|
|
|
@ -208,6 +208,7 @@ a {
|
|||
a:hover {
|
||||
color: #373737;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
:focus {
|
||||
outline-color: #82b92e;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1441,7 +1441,7 @@ if (!empty($result)) {
|
|||
true,
|
||||
[
|
||||
'title' => $row['tags'],
|
||||
'class' => 'tag_row',
|
||||
'class' => 'tag_row invert_filter',
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue