add link to tables in error messages
This commit is contained in:
@@ -652,20 +652,31 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
content: "\f191";
|
||||
}
|
||||
|
||||
.fa-c-success:before, .fa-c-ok:before, .available .fa:before {
|
||||
content: "\f00c";
|
||||
}
|
||||
|
||||
.fa-c-warning {
|
||||
color:#EFAB00;
|
||||
}
|
||||
.fa-c-warning:before, .warning .fa:before {
|
||||
.fa-c-warning:before {
|
||||
content: "\f071";
|
||||
}
|
||||
|
||||
.fa-c-error {
|
||||
color:red;
|
||||
}
|
||||
.fa-c-error:before, .error .fa:before {
|
||||
.fa-c-error:before {
|
||||
content: "\f071";
|
||||
}
|
||||
|
||||
.fa-c-ko {
|
||||
color:red;
|
||||
}
|
||||
.fa-c-ko:before, .unavailable .fa:before {
|
||||
content: "\f00d";
|
||||
}
|
||||
|
||||
.fa-c-search:before {
|
||||
content: "\f002";
|
||||
}
|
||||
@@ -674,17 +685,6 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
content: /*"\f087"*/"\f015";
|
||||
}
|
||||
|
||||
.fa-c-ok:before, .available .fa:before, .success .fa:before {
|
||||
content: "\f00c";
|
||||
}
|
||||
|
||||
.fa-c-ko {
|
||||
color:red;
|
||||
}
|
||||
.fa-c-ko:before, .unavailable .fa:before {
|
||||
content: "\f00d";
|
||||
}
|
||||
|
||||
.fa-c-loading:before {
|
||||
content: "\f110";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user