steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/config html.php, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Thu Oct 21 03:20:04 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/config
In directory doto:/tmp/cvs-serv32218/fbview/fbview/kronolith/config

Modified Files:
	html.php 
Log Message:
fix for issue394 (mouse cursor buglet)

Index: html.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/config/html.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html.php	30 Jun 2004 23:25:20 -0000	1.1
+++ html.php	21 Oct 2004 01:20:02 -0000	1.2
@@ -59,7 +59,7 @@
 
 /* Busy time periods. */
 $css['.busy']['background-color'] = '#FF0000';
-$css['.busy']['cursor'] = 'pointer';
+$css['.busy']['cursor'] = 'default';
 
 /* Unknown time periods. */
 $css['.unknown']['background-color'] = '#D4D0C8';





More information about the commits mailing list