Add warnings and advices on details popin

This commit is contained in:
Gaël Métais
2014-08-06 18:25:01 +02:00
parent e2532ad16e
commit ec3b77f47d
+8
View File
@@ -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;
}