N°2269 fix obsolete icon color in lists

This commit is contained in:
Pierre Goiffon
2019-10-01 18:10:45 +02:00
parent afe760a8bc
commit fc5bbfbed2
2 changed files with 6 additions and 4 deletions

View File

@@ -2771,13 +2771,13 @@ span.search-button, span.refresh-button {
margin-top: 3px;
margin-bottom: 1px;
}
.object-ref-icon.fa {
.object-ref-icon.fas {
color: #ea7d1e;
font-size: smaller;
vertical-align: 1px;
margin-right: 1px;
}
.object-ref-icon-disabled.fa {
.object-ref-icon-disabled.fas {
color: #555;
font-size: smaller;
margin-right: 1px;

View File

@@ -3194,13 +3194,15 @@ span.search-button, span.refresh-button {
}
.object-ref.archived {
}
.object-ref-icon.fa {
.object-ref-icon.fas {
color: $highlight-color;
font-size: smaller;
vertical-align: 1px;
margin-right: 1px;
}
.object-ref-icon-disabled.fa {
.object-ref-icon-disabled.fas {
color: $grey-color;
font-size: smaller;
margin-right: 1px;