From 59210a3508b38fe5fbc642acfbfe823167fde1c5 Mon Sep 17 00:00:00 2001 From: Dobin Date: Sun, 21 Jul 2024 11:15:09 +0100 Subject: [PATCH] ui: initial tooltips --- app/static/styles.css | 6 +++++- app/templates/index.html | 8 ++++++++ app/templates/project.html | 23 ++++++++++++++++++++--- 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 57afa03..6919cfe 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -75,4 +75,8 @@ width: 100%; /* Span the full width of the container */ margin: 20px 0; /* Add some vertical spacing */ } - \ No newline at end of file + + + .opsec_good { color: green; } + .opsec_bad { color: red; } + .opsec_neutral { color: orange; } \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index 211bb7f..f541191 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -11,5 +11,13 @@

SuperMega

+ + + \ No newline at end of file diff --git a/app/templates/project.html b/app/templates/project.html index 7c29071..97d564e 100644 --- a/app/templates/project.html +++ b/app/templates/project.html @@ -51,7 +51,10 @@
-