mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
support/scripts/pkg-stats: fixed CSS cascade
This fixes the .version-needs-update class being overridden by .correct class. Signed-off-by: Sen Hastings <sen@phobosdpl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d5c0eaef1f
commit
af13345d43
@@ -818,12 +818,12 @@ function sortGrid(sortLabel){
|
|||||||
.centered {
|
.centered {
|
||||||
text-align: center;
|
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 {
|
.correct, .nopatches, .good_url, .version-good, .cpe-ok, .cve-ok {
|
||||||
background: #d2ffc4;
|
background: #d2ffc4;
|
||||||
}
|
}
|
||||||
|
.wrong, .lotsofpatches, .invalid_url, .version-needs-update, .cpe-nok, .cve-nok {
|
||||||
|
background: #ff9a69;
|
||||||
|
}
|
||||||
.somepatches, .missing_url, .version-unknown, .cpe-unknown, .cve-unknown {
|
.somepatches, .missing_url, .version-unknown, .cpe-unknown, .cve-unknown {
|
||||||
background: #ffd870;
|
background: #ffd870;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user