diff --git a/html/style.css b/html/style.css index be56d8179..777e4748a 100644 --- a/html/style.css +++ b/html/style.css @@ -304,6 +304,11 @@ tr.odd { background-color:#DDE6FF; font-size:0.87em;; } +tr.highlight { + /* background-color:whitesmoke; */ + font-size:0.87em; + font-weight: bold; +} tr.even { font-size:0.87em;; } diff --git a/include/class_acc_operation.php b/include/class_acc_operation.php index 0ee087afd..84beae04f 100644 --- a/include/class_acc_operation.php +++ b/include/class_acc_operation.php @@ -306,14 +306,13 @@ class Acc_Operation $csv=""; foreach ($show as $l) { + $border=""; if ( $l['j_poste'] == $this->poste || ($l['j_qcode']==$this->qcode && trim($this->qcode) != '')) - $border=' style="border-bottom:1px solid red;"'; - else - $border=''; - $r.='