Highlight broken dependencies

If a dependency neither exists in the official repositories nor in the
AUR, make it appear bold red.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-10-24 18:56:08 +02:00
parent 8dcf225f63
commit 66d12f0c37
2 changed files with 14 additions and 0 deletions

View file

@ -147,3 +147,8 @@ label.confirmation,
#merge-into {
width: auto;
}
#pkgdepslist .broken {
color: red;
font-weight: bold;
}