Browse Source

Add warnings and advices on details popin

Gaël Métais 11 years ago
parent
commit
ec3b77f47d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/public/styles/results.css

+ 8 - 0
app/public/styles/results.css

@@ -92,6 +92,10 @@ input.textFilter {
     width: 2em;
     cursor: pointer;
 }
+.table > div > .details button.warningDetails {
+    color: #e74c3c;
+    border-color: #e74c3c;
+}
 
 .detailsOverlay {
     position: absolute;
@@ -116,6 +120,10 @@ input.textFilter {
     color: #f1c40f;
     cursor: pointer;
 }
+.detailsOverlay .advice {
+    color: #e74c3c;
+    font-weight: bold;
+}
 .detailsOverlay .trace {
     word-break: break-all;
 }