Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2015-06-12 00:24:57 +0300
committerCasey Deccio <casey@deccio.net>2015-06-12 00:24:57 +0300
commit760e99ecfd712d493a012d876ae366cdd32a2856 (patch)
treec826559189f782cfa94ffdfedeb4fe15c688cf26 /share
parent9fdc66d2f690aa8412c80e650281b8a94c48e2a6 (diff)
Add new status for algorithm ignored
Add new status for algorithm ignored, so it's not as critical as "invalid", and change algorithm ignored to a warning, rather than an error.
Diffstat (limited to 'share')
-rw-r--r--share/css/dnsviz.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/css/dnsviz.css b/share/css/dnsviz.css
index 243bc80..b9ecf51 100644
--- a/share/css/dnsviz.css
+++ b/share/css/dnsviz.css
@@ -20,6 +20,7 @@
.dnsviz-indeterminate { background-color: #b7b7b7; }
.dnsviz-indeterminate-no-dnskey { background-color: #b7b7b7; }
.dnsviz-indeterminate-unknown-algorithm { background-color: #b7b7b7; }
+.dnsviz-algorithm-ignored { background-color: #b7b7b7; }
.dnsviz-expired { background-color: #ad7fed; }
.dnsviz-premature { background-color: #ad7fed; }
.dnsviz-invalid-sig { background-color: #f17b7b; }