Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/
Date: Mon, 02 Oct 2017 15:24:05
Message-Id: 1506957827.04119c443423131442376a0b8802d39604d7fac0.mgorny@gentoo
1 commit: 04119c443423131442376a0b8802d39604d7fac0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 2 15:23:47 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 15:23:47 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=04119c44
7
8 pkgcheck2html: Update CSS for staging checks
9
10 htdocs/pkgcheck2html.css | 15 +++++++++++++++
11 1 file changed, 15 insertions(+)
12
13 diff --git a/htdocs/pkgcheck2html.css b/htdocs/pkgcheck2html.css
14 index 6888102..eb17b19 100644
15 --- a/htdocs/pkgcheck2html.css
16 +++ b/htdocs/pkgcheck2html.css
17 @@ -141,6 +141,16 @@ tr.err td:hover
18 background-color: #DA0404;
19 }
20
21 +tr.staging td
22 +{
23 + background-color: #DEDE00;
24 +}
25 +
26 +tr.staging td:hover
27 +{
28 + background-color: yellow;
29 +}
30 +
31 tr.warn td
32 {
33 background-color: orange;
34 @@ -166,6 +176,11 @@ tr.warn td:hover
35 color: orange;
36 }
37
38 +.staging a
39 +{
40 + color: #DEDE00;
41 +}
42 +
43 .err a
44 {
45 color: #F06F74;