diff --git a/app/View/Events/view.ctp b/app/View/Events/view.ctp index bb9af74b8..29a84aac8 100755 --- a/app/View/Events/view.ctp +++ b/app/View/Events/view.ctp @@ -175,8 +175,7 @@ if (!empty($event['Attribute'])):?> - "> if ($shadowAttribute['type'] != $attribute['type']) echo h($shadowAttribute['type']); ?> - - echo h($sigDisplay); } } - ?> - + ?> diff --git a/app/webroot/css/main.css b/app/webroot/css/main.css index 39e82161d..c9db22100 100755 --- a/app/webroot/css/main.css +++ b/app/webroot/css/main.css @@ -236,13 +236,13 @@ td.short { } td.highlight1 { - background-color: #0088cc; - color: #ffffff; + background-color: #0088cc !important; + color: #ffffff !important; } td.highlight2 { - background-color: #747170; - color: #ffffff; + background-color: #747170 !important; + color: #ffffff !important; }