Fix scss and css errors

This commit is contained in:
Stephen Abello
2019-06-28 14:25:25 +02:00
parent a827cb7546
commit f7af705bb5
4 changed files with 12 additions and 11 deletions

View File

@@ -121,13 +121,13 @@ input.textSearch {
background-color:#EEEEEE;
}
.csvimport_ok {
color: #00000;
color: #000000;
background-color:#BBFFBB;
}
.csvimport_reconkey {
font-style: italic;
color: #888888;
background-color:#FFFFF;
background-color:#FFFFFF;
}
.csvimport_extreconkey {
color: #888888;

View File

@@ -77,13 +77,13 @@ a.small_action {
background-color:#EEEEEE;
}
.csvimport_ok {
color: #00000;
color: #000000;
background-color:#BBFFBB;
}
.csvimport_reconkey {
font-style: italic;
color: #888888;
background-color:#FFFFF;
background-color:#FFFFFF;
}
.csvimport_extreconkey {
color: #888888;

View File

@@ -386,13 +386,13 @@ input.textSearch {
background-color: #eee;
}
.csvimport_ok {
color: #000 0;
color: #000;
background-color: #bfb;
}
.csvimport_reconkey {
font-style: italic;
color: #888;
background-color: #fff FF;
background-color: #fff;
}
.csvimport_extreconkey {
color: #888;
@@ -1830,6 +1830,9 @@ fieldset .details > .field_container {
padding-left: 0.4em;
vertical-align: middle;
}
.field_container > div > div.field_value .attribute-edit .form-field-container .form-field-content > .form_validation, .field_container > div > div.field_value .attribute-edit .form-field-container .form-field-content > .field_status {
display: inline;
}
.field_container > div > div.field_value .attribute-edit .field_input_zone {
width: 100%;
/* auto; */
@@ -1965,10 +1968,8 @@ fieldset .details > .field_container {
color: rgba(34, 34, 34, 0.6);
background-color: #eaeaea;
}
.one-col-details .details .field_container.field_small {
/* On a single column, field labels can take more width but they are limited so it doesn't feel weird when all labels are short */
}
.one-col-details .details .field_container.field_small div.field_label {
/* On a single column, field labels can take more width but they are limited so it doesn't feel weird when all labels are short */
width: 175px;
max-width: inherit;
}

View File

@@ -459,13 +459,13 @@ input.textSearch {
background-color:#EEEEEE;
}
.csvimport_ok {
color: #00000;
color: #000000;
background-color:#BBFFBB;
}
.csvimport_reconkey {
font-style: italic;
color: #888888;
background-color:#FFFFF;
background-color:#FFFFFF;
}
.csvimport_extreconkey {
color: #888888;