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
commit98cfdddd4c30fb2f1047a823a653100cbc091530 (patch)
tree9c227e1ae545c34f02accfe215f83378b36c3c5c /static
parentad201b4007815f9bcfe05522930aeb1c5c2727c4 (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