From a89cca2687cbef5a268bb2989a177e4293ea9980 Mon Sep 17 00:00:00 2001 From: umorigu Date: Wed, 25 Oct 2017 02:42:59 +0900 Subject: [PATCH] BugTrack/2424 bugtrack: Define bugtrack list style by CSS --- skin/pukiwiki.css | 14 +++++++------- skin/tdiary.css | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/skin/pukiwiki.css b/skin/pukiwiki.css index e295531..8759212 100644 --- a/skin/pukiwiki.css +++ b/skin/pukiwiki.css @@ -620,25 +620,25 @@ span.topicpath-top { /* bugtrack.inc.php */ tr.bugtrack_list_header th { - background-color: #ffffcc; + background-color: #ffffcc; } tr.bugtrack_state_proposal td { - background-color: #ccccff; + background-color: #ccccff; } tr.bugtrack_state_accept td { - background-color: #ffcc99; + background-color: #ffcc99; } tr.bugrack_state_resolved td { - background-color: #ccffcc; + background-color: #ccffcc; } tr.bugtrack_state_pending td { - background-color: #ffccff; + background-color: #ffccff; } tr.bugtrack_state_cancel td { - background-color: #cccccc; + background-color: #cccccc; } tr.bugtrack_state_undef td { - background-color: #ff3333; + background-color: #ff3333; } /* search2.inc.php */ diff --git a/skin/tdiary.css b/skin/tdiary.css index dccd400..c84fc93 100644 --- a/skin/tdiary.css +++ b/skin/tdiary.css @@ -496,25 +496,25 @@ span.topicpath-top { /* bugtrack.inc.php */ tr.bugtrack_list_header th { - background-color: #ffffcc; + background-color: #ffffcc; } tr.bugtrack_state_proposal td { - background-color: #ccccff; + background-color: #ccccff; } tr.bugtrack_state_accept td { - background-color: #ffcc99; + background-color: #ffcc99; } tr.bugrack_state_resolved td { - background-color: #ccffcc; + background-color: #ccffcc; } tr.bugtrack_state_pending td { - background-color: #ffccff; + background-color: #ffccff; } tr.bugtrack_state_cancel td { - background-color: #cccccc; + background-color: #cccccc; } tr.bugtrack_state_undef td { - background-color: #ff3333; + background-color: #ff3333; } /* search2.inc.php */ -- 2.11.0