|
From: Jon O. <jon...@us...> - 2008-05-21 21:59:03
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/shared/DynamicTree In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17190 Modified Files: DynamicTree.css.php Log Message: rewritten, a lot, for tinyMCE Index: DynamicTree.css.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/shared/DynamicTree/DynamicTree.css.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DynamicTree.css.php 23 Apr 2006 19:21:28 -0000 1.1 --- DynamicTree.css.php 21 May 2008 21:58:53 -0000 1.2 *************** *** 13,17 **** .DynamicTree .text { padding: 1px; cursor: pointer; } ! .DynamicTree .text-active { background: #CEE3FF; padding: 1px; cursor: pointer; } .DynamicTree div.folder img, --- 13,18 ---- .DynamicTree .text { padding: 1px; cursor: pointer; } ! .DynamicTree .text-active { color: #999999; padding: 1px; cursor: pointer; } ! .DynamicTree div.folder img, |