cambio de fuentes css

This commit is contained in:
marcos 2021-06-08 09:31:18 +02:00
parent 7882368eae
commit 56c3f13c89
2 changed files with 22 additions and 8 deletions

View File

@ -196,7 +196,6 @@ div#rules.show {
background-color: #333; background-color: #333;
word-break: break-all; word-break: break-all;
height: fit-content; height: fit-content;
min-height: 2.3em;
} }
.field.opacityElements { .field.opacityElements {

View File

@ -37,8 +37,8 @@ select,
.edit_user_comments #textarea_comments, .edit_user_comments #textarea_comments,
.discovery_textarea_input, .discovery_textarea_input,
.selection { .selection {
background-color: #111; background-color: #111 !important;
color: #fff; color: #fff !important;
} }
div#head, div#head,
@ -896,7 +896,6 @@ div#dashboard-controls {
text-align: center; text-align: center;
text-anchor: middle; text-anchor: middle;
fill: #fff; fill: #fff;
font-family: Verdana;
color: #fff; color: #fff;
} }
@ -977,6 +976,8 @@ div.integria_details_description textarea {
} }
fieldset { fieldset {
border-color: #707070; border-color: #707070;
background-color: #222 !important;
color: #fff !important;
} }
input, input,
@ -989,31 +990,45 @@ select,
.white_box, .white_box,
.white-box-content { .white-box-content {
border: 1px solid #707070; border: 1px solid #707070;
background-color: #222 !important;
color: #fff !important;
} }
.white_table_graph_header { .white_table_graph_header {
border: 1px solid #707070; border: 1px solid #707070;
background-color: #222 !important;
color: #fff !important;
} }
table.databox { table.databox {
border-color: #707070; border-color: #707070;
background-color: #222 !important;
color: #fff !important;
} }
.info_table > tbody > tr { .info_table > tbody > tr {
border-bottom: 1px solid #303030; border-bottom: 1px solid #303030;
background-color: #222 !important;
color: #fff !important;
} }
.status_tactical { .status_tactical {
border-color: #707070; border-color: #707070;
background-color: #222 !important;
color: #fff !important;
} }
.status_tactical, .status_tactical,
.tactical_set { .tactical_set {
border-color: #707070; border-color: #707070;
background-color: #222 !important;
color: #fff !important;
} }
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab { li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
border: 1px solid #707070; border: 1px solid #707070;
background-color: #222 !important;
color: #fff !important;
} }
.chartLegend { .chartLegend {
width: 100%; width: 100%;
@ -1119,15 +1134,15 @@ a.pandora_pagination,
} }
.databox.data > tbody > tr > td:first-child { .databox.data > tbody > tr > td:first-child {
border-left: 1px solid #707070 !important; border-left: 1px solid;
} }
.databox.data > tbody > tr > td:last-child,
.databox.data > tbody > tr > td:last-child { .header_table_inner {
border-right: 1px solid #707070 !important; border-right: 1px solid #707070 !important;
} }
.results-found { .results-found {
background-color: #111; background-color: #111 !important;
color: #fff; color: #fff;
} }