N°2269 Font Awesome : update iTop for new v5 icons

* remove useless css in light-grey (weren't used)
* change icons class names from v4 to v5
This commit is contained in:
Pierre Goiffon
2019-07-12 11:43:54 +02:00
parent ced9489643
commit a4743901a3
29 changed files with 96 additions and 91 deletions

View File

@@ -2782,7 +2782,7 @@ span.search-button, span.refresh-button {
cursor: pointer;
}
#search-model {
width: 90%;
width: 85%;
}
.mfp-figure:after {
background-color: #dff1ff;
@@ -2897,10 +2897,6 @@ table.listResults .originColor {
.tooltipD3 span {
margin: 2px;
}
.dataModelSchema .selfattrtxt {
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.data-model-viewer {
background-color: #fff;
margin-top: 7px !important;
@@ -2908,8 +2904,6 @@ table.listResults .originColor {
}
#delDataModelSearch {
color: #e87c1e;
font-family: "Font Awesome 5 Free";
font-weight: 400;
display: inline-block;
font-size: 15px;
margin-left: 1%;

View File

@@ -3194,7 +3194,7 @@ span.search-button, span.refresh-button {
}
#search-model{
width:90%;
width:85%;
}
.mfp-figure:after{
@@ -3320,10 +3320,6 @@ table.listResults .originColor{
.tooltipD3 span{
margin: 2px;
}
.dataModelSchema .selfattrtxt {
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.data-model-viewer{
background-color: #FFF;
@@ -3333,8 +3329,6 @@ table.listResults .originColor{
#delDataModelSearch {
color: #E87C1E;
font-family: "Font Awesome 5 Free";
font-weight: 400;
display:inline-block;
font-size:15px;
margin-left:1%;