mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
N°2314 Regression: fix invisible icons due to wrong FontAwesome calls
This commit is contained in:
@@ -278,10 +278,11 @@ th.headerSortUp {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
text-align: right;
|
text-align: right;
|
||||||
content: '\f0d7';
|
content: '\f0d7';
|
||||||
font-family: 'FontAwesome';
|
|
||||||
color: $complement-color;
|
color: $complement-color;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
@@ -291,10 +292,11 @@ th.headerSortDown {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
text-align: right;
|
text-align: right;
|
||||||
content: '\f0d8';
|
content: '\f0d8';
|
||||||
font-family: 'FontAwesome';
|
|
||||||
color: $complement-color;
|
color: $complement-color;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
@@ -553,10 +555,12 @@ div.ui-accordion-content {
|
|||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
::before {
|
::before {
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
|
content: "\f0da";
|
||||||
color: $highlight-color;
|
color: $highlight-color;
|
||||||
content: '\f0da';
|
font-weight: 900;
|
||||||
font-family: 'FontAwesome';
|
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
@@ -570,9 +574,10 @@ td a.CollapsibleLabel, a.CollapsibleLabel{
|
|||||||
color:$grey-color;
|
color:$grey-color;
|
||||||
}
|
}
|
||||||
td a.CollapsibleLabel::before, a.CollapsibleLabel::before{
|
td a.CollapsibleLabel::before, a.CollapsibleLabel::before{
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
color: $highlight-color;
|
color: $highlight-color;
|
||||||
content: '\f0da';
|
content: "\f0dd";
|
||||||
font-family: 'FontAwesome';
|
font-weight: 900;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
@@ -586,9 +591,9 @@ td a.CollapsibleLabel.open, a.CollapsibleLabel.open{
|
|||||||
color: $highlight-color;
|
color: $highlight-color;
|
||||||
}
|
}
|
||||||
td a.CollapsibleLabel.open::before, a.CollapsibleLabel.open::before {
|
td a.CollapsibleLabel.open::before, a.CollapsibleLabel.open::before {
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
color: $highlight-color;
|
color: $highlight-color;
|
||||||
content: '\f0d7';
|
content: '\f0d7';
|
||||||
font-family: 'FontAwesome';
|
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
@@ -1922,7 +1927,7 @@ div#logo div {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
.icon-additional-arrow::after{
|
.icon-additional-arrow::after{
|
||||||
font-family: "FontAwesome";
|
font-family: "Font Awesome 5 Free";
|
||||||
content: "\f0dd";
|
content: "\f0dd";
|
||||||
color: $highlight-color;
|
color: $highlight-color;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|||||||
Reference in New Issue
Block a user