|
@@ -818,12 +818,12 @@ function sortGrid(sortLabel){
|
|
|
.centered {
|
|
|
text-align: center;
|
|
|
}
|
|
|
- .wrong, .lotsofpatches, .invalid_url, .version-needs-update, .cpe-nok, .cve-nok {
|
|
|
- background: #ff9a69;
|
|
|
- }
|
|
|
.correct, .nopatches, .good_url, .version-good, .cpe-ok, .cve-ok {
|
|
|
background: #d2ffc4;
|
|
|
}
|
|
|
+ .wrong, .lotsofpatches, .invalid_url, .version-needs-update, .cpe-nok, .cve-nok {
|
|
|
+ background: #ff9a69;
|
|
|
+ }
|
|
|
.somepatches, .missing_url, .version-unknown, .cpe-unknown, .cve-unknown {
|
|
|
background: #ffd870;
|
|
|
}
|