From 66d12f0c377074a37a851871aeed426177b0de4a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 24 Oct 2015 18:56:08 +0200 Subject: 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 --- web/html/css/aurweb.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/html/css') 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; +} -- cgit v1.2.3-24-g4f1b