commit:     04119c443423131442376a0b8802d39604d7fac0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 15:23:47 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 15:23:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=04119c44

pkgcheck2html: Update CSS for staging checks

 htdocs/pkgcheck2html.css | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/htdocs/pkgcheck2html.css b/htdocs/pkgcheck2html.css
index 6888102..eb17b19 100644
--- a/htdocs/pkgcheck2html.css
+++ b/htdocs/pkgcheck2html.css
@@ -141,6 +141,16 @@ tr.err td:hover
        background-color: #DA0404;
 }
 
+tr.staging td
+{
+       background-color: #DEDE00;
+}
+
+tr.staging td:hover
+{
+       background-color: yellow;
+}
+
 tr.warn td
 {
        background-color: orange;
@@ -166,6 +176,11 @@ tr.warn td:hover
        color: orange;
 }
 
+.staging a
+{
+       color: #DEDE00;
+}
+
 .err a
 {
        color: #F06F74;

Reply via email to