mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
changed row_on/row_off to be not so dull greyish, but more light
This commit is contained in:
parent
fb7bb7c599
commit
c7bf33461a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user