From 592c7c87336d6c7884dae4fc3c1ebda607cdc051 Mon Sep 17 00:00:00 2001 From: Sebastien Delafond Date: Thu, 10 Aug 2017 21:07:04 +0000 Subject: Give /tracker/status/release/stable the ability to filter on "ignored" & "postponed" no-dsa substates git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54582 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- static/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index fb6d52085d..fda01b0ee8 100644 --- a/static/style.css +++ b/static/style.css @@ -196,7 +196,15 @@ label[rel="extra"] { /*background: #d70a53;*/ } -label[rel="extra"]:last-child { +label[rel="nodsa"] { + padding: 0.5em 0; + color: #fff; + background: #5399E4; + /*background: #5c3566;*/ + /*background: #d70a53;*/ +} + +label[rel="nodsa"]:last-child { margin-right: 0.5em; padding-right: 0.5em; } -- cgit v1.2.3