diff --git a/module/my/css/bug.css b/module/my/css/bug.css index 7fc2bd1556..7cd56756df 100644 --- a/module/my/css/bug.css +++ b/module/my/css/bug.css @@ -1,4 +1,4 @@ td.delayed {color: #fff; background: #e84e0f !important;} -.confirm0 {color: gray;} -.confirm1 {color: green;} +.confirmed {color: #008000;} +.unconfirmed {color: #808080;} .c-confirm {width:50px;} diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index 4fefc32e9e..e539ee3b91 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -108,7 +108,7 @@