diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-10-24 18:56:08 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-10-24 18:59:04 +0200 |
commit | 66d12f0c377074a37a851871aeed426177b0de4a (patch) | |
tree | 0e02bff7e00f01ba27e173d2f85ddf6698a7651e /web/html/css | |
parent | 8dcf225f63881ed95bb861025d2cd83110da7389 (diff) | |
download | aur-66d12f0c377074a37a851871aeed426177b0de4a.tar.gz aur-66d12f0c377074a37a851871aeed426177b0de4a.tar.xz |
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>
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/aurweb.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 4fb256f9..11af7471 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -147,3 +147,8 @@ label.confirmation, #merge-into { width: auto; } + +#pkgdepslist .broken { + color: red; + font-weight: bold; +} |