Merge branch 'ent-7265-cambios-minimos-en-css-black-them-sancho' into 'develop'

fixed visual error black theme 754 LTS

See merge request artica/pandorafms!4092
This commit is contained in:
Daniel Rodriguez 2021-04-30 10:43:22 +00:00
commit 299842beda
1 changed files with 38 additions and 1 deletions

View File

@ -441,6 +441,7 @@ ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header
.notification-item { .notification-item {
background: #222; background: #222;
border: none;
} }
pre, pre,
@ -522,13 +523,13 @@ div#form_activate_licence #code {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
padding: 0px 5px 5px 10px; padding: 0px 5px 5px 10px;
border-color: #e2e2e2;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
width: 100%; width: 100%;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
border-color: #707070;
} }
div.data_container:not(:hover) { div.data_container:not(:hover) {
@ -963,3 +964,39 @@ div.integria_details_description textarea {
.invert_filter_important { .invert_filter_important {
filter: invert(100%) !important; filter: invert(100%) !important;
} }
fieldset {
border-color: #707070;
}
input,
textarea,
select,
.selection {
border-color: #707070;
}
.white_box,
.white-box-content {
border: 1px solid #707070;
}
.white_table_graph_header {
border: 1px solid #707070;
}
table.databox {
border-color: #707070;
}
.info_table > tbody > tr {
border-bottom: 1px solid #303030;
}
.status_tactical {
border-color: #707070;
}
.status_tactical,
.tactical_set {
border-color: #707070;
}