summaryrefslogtreecommitdiff
path: root/src/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.css')
-rw-r--r--src/styles/main.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index 6bb6d5f..d30f205 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -92,6 +92,11 @@ a:visited {
border: 3px solid #f74343;
}
+.scan-detail .result.investigation_needed {
+ background-color: #ffd078;
+ border: 3px solid #f5b642;
+}
+
.scan-detail .result .MuiSvgIcon-root {
vertical-align: middle;
margin-left: 0.3em;
@@ -102,6 +107,10 @@ a:visited {
color: #f74343;
}
+.scan-detail .result.investigation_needed .MuiSvgIcon-root {
+ color: #ff8400;
+}
+
.scan-detail .reliability {
background-color: lightgrey;
border: 3px solid darkgrey;
@@ -158,6 +167,11 @@ a:visited {
border: 3px solid #f74343;
}
+.list-item .result.investigation_needed {
+ background-color: #ffd078;
+ border: 3px solid #f5b642;
+}
+
.list-item .reliability {
background-color: lightgrey;
border: 3px solid darkgrey;