diff --git a/rowview.php b/rowview.php index 3afe41ed3..85caa9e9d 100644 --- a/rowview.php +++ b/rowview.php @@ -33,7 +33,7 @@ foreach($dsList as $stat){ if($stat->ColorCode != "#FFFFFF"){ $stName=str_replace(' ','_',$stat->Status); - $important=($stName == 'Reserved')?' !important':''; + $important=' !important'; $head.="\t\t\t.$stName {background-color: {$stat->ColorCode}$important;}\n"; }