From fc9c519852d2081a10d1d86a067316b65e48acb3 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 25 May 2019 12:48:58 -0400 Subject: Display warning when flagging VCS packages VCS packages should not be flagged out-of-date when the package version does not match the most recent commit. Implements FS#62733. Signed-off-by: Lukas Fleischer --- web/html/css/aurweb.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/html/css') diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index ef37bf59..81bf9ab6 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -195,3 +195,7 @@ label.confirmation, .comments .more { font-weight: normal; } + +.error { + color: red; +} -- cgit v1.2.3-24-g4f1b