mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2269 fix obsolete icon color in lists
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user