summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorSebastien Delafond <seb@debian.org>2017-08-10 21:07:04 +0000
committerSebastien Delafond <seb@debian.org>2017-08-10 21:07:04 +0000
commit592c7c87336d6c7884dae4fc3c1ebda607cdc051 (patch)
treef2d87df8360264fa867f90be344786aae4b7d374 /static
parent940e46b5cfbab19692334777e4f47103c6b85c49 (diff)
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
Diffstat (limited to 'static')
-rw-r--r--static/style.css10
1 files changed, 9 insertions, 1 deletions
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;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy