mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
8dcf225f63
commit
66d12f0c37
2 changed files with 14 additions and 0 deletions
|
@ -147,3 +147,8 @@ label.confirmation,
|
|||
#merge-into {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#pkgdepslist .broken {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue