From ec3b77f47de2df27c6d1e9bc8661f345dbd565dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 6 Aug 2014 18:25:01 +0200 Subject: [PATCH] Add warnings and advices on details popin --- app/public/styles/results.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/public/styles/results.css b/app/public/styles/results.css index 5fe4b55..27964af 100644 --- a/app/public/styles/results.css +++ b/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; }