mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +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">
|
<style type="text/css">
|
||||||
<!--
|
|
||||||
.row_on { color: {row_text}; background-color: {row_on}; }
|
.row_on { color: {row_text}; background-color: #F1F1F1; }
|
||||||
.row_off { color: {row_text}; background-color: {row_off}; }
|
.row_off { color: {row_text}; background-color: #ffffff; }
|
||||||
.th { color: {th_text}; background-color: {th_bg}; }
|
.th { color: {th_text}; background-color: {th_bg}; }
|
||||||
{app_css}
|
{app_css}
|
||||||
-->
|
|
||||||
|
|
||||||
#dhtmltooltip
|
#dhtmltooltip
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user