// highlighting of checked rows
//
//$clickedColor = '';
- $clickedColor = $color[2];
+ if (!empty($color[16]))
+ $clickedColor = $color[16];
+ else
+ $clickedColor = $color[2];
$row_extra .= ' onmouseover="setPointer(this, ' . $t . ', \'over\', \'' . $hlt_color . '\', \'' . $mouseoverColor . '\', \'' . $clickedColor . '\');" onmouseout="setPointer(this, ' . $t . ', \'out\', \'' . $hlt_color . '\', \'' . $mouseoverColor . '\', \'' . $clickedColor . '\');" onmousedown="setPointer(this, ' . $t . ', \'click\', \'' . $hlt_color . '\', \'' . $mouseoverColor . '\', \'' . $clickedColor . '\');"';
$color[13] = '#800000'; // (dark red) Color for quoted text -- > 1 quote
$color[14] = '#ff0000'; // (red) Color for quoted text -- >> 2 or more
$color[15] = '#002266'; // (dark blue) Unselectable folders
-?>
\ No newline at end of file
+ $color[16] = '#FF9933'; // (orange) Highlight color
+?>