changed row_on/row_off to be not so dull greyish, but more light

This commit is contained in:
ak703 2005-01-12 13:19:15 +00:00
parent fb7bb7c599
commit c7bf33461a

View File

@ -1,10 +1,9 @@
<style type="text/css">
<!--
.row_on { color: {row_text}; background-color: {row_on}; }
.row_off { color: {row_text}; background-color: {row_off}; }
.row_on { color: {row_text}; background-color: #F1F1F1; }
.row_off { color: {row_text}; background-color: #ffffff; }
.th { color: {th_text}; background-color: {th_bg}; }
{app_css}
-->
#dhtmltooltip
{