Add warnings and advices on details popin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user