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
commitd9ffc401090a67158c044c32505d27fa54e3088a (patch)
tree5c22444b8e4844743b6751a9f7f3ea37d41a28fc /static
parent7d2f65d2ca3ab40e8d9081af622cbb56e6a1d414 (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