@@ -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;
+.detailsOverlay .advice {
+ font-weight: bold;
.detailsOverlay .trace {
word-break: break-all;