Different domains
{{phantomasResults.metrics.domains}}
diff --git a/app/public/styles/less/results.less b/app/public/styles/less/results.less
index 88e2006..a990de7 100644
--- a/app/public/styles/less/results.less
+++ b/app/public/styles/less/results.less
@@ -138,6 +138,9 @@ h4 {
white-space: nowrap;
text-align: center;
}
+.notations .warning .label, .notations .warning .result {
+ color: #FF1919;
+}
.notations .criteria .info {
width: 10%;
text-align: center;
@@ -458,6 +461,7 @@ input.textFilter {
padding: 10px;
border: 3px solid #f1c40f;
border-radius: 0.5em;
+ color: #000;
}
.ng-modal-dialog-content {
overflow-x: hidden;
diff --git a/app/public/styles/results.css b/app/public/styles/results.css
index ac34a54..efd0ef1 100644
--- a/app/public/styles/results.css
+++ b/app/public/styles/results.css
@@ -127,6 +127,10 @@ h4 {
white-space: nowrap;
text-align: center;
}
+.notations .warning .label,
+.notations .warning .result {
+ color: #FF1919;
+}
.notations .criteria .info {
width: 10%;
text-align: center;
@@ -425,6 +429,7 @@ input.textFilter {
padding: 10px;
border: 3px solid #f1c40f;
border-radius: 0.5em;
+ color: #000;
}
.ng-modal-dialog-content {
overflow-x: hidden;