Fix bug that didn't display 3G conformity in view

This commit is contained in:
Oskar Winkels 2021-10-30 19:47:45 +02:00
parent 9c0aa29bff
commit 01089aaf12
Signed by: o.winkels
GPG Key ID: E7484A06E99DAEF1
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ main > section.times, #timeheader {
font-weight: bold; font-weight: bold;
-webkit-text-stroke: .4px #c50e1f; -webkit-text-stroke: .4px #c50e1f;
} }
.times span.tested { /* = 3G */
background: rgb(0,136,0);
}
.times span.implausible { .times span.implausible {
background: linear-gradient(to right, #c50e1f, rgba(197,14,31,0.2) 1000px); background: linear-gradient(to right, #c50e1f, rgba(197,14,31,0.2) 1000px);
} }