public
Description: Click-draggable. Range-makeable. A better calendar.
Homepage: http://stephencelis.com/projects/timeframe
Clone URL: git://github.com/stephencelis/timeframe.git
Click here to lend your support to: timeframe and make a donation at www.pledgie.com !
Because the clear button can't be an anchor tag, let's explicitly define 
the cursor style.
stephencelis (author)
Mon Apr 21 20:12:50 -0700 2008
commit  4d9b65bd6cd1b0df090b695fdbff4b17950027e2
tree    91bc4cdb1140941859b88b11b9a8bcbb870a382b
parent  6eb898375074c2fd5db25abe671e1d162e123986
...
167
168
169
 
170
171
172
...
167
168
169
170
171
172
173
0
@@ -167,6 +167,7 @@ table {
0
     }
0
       span.clear span {
0
         background-image: url(../images/closebox.png);
0
+ cursor: pointer;
0
         display: block;
0
         height: 30px;
0
         left: -18px;

Comments

    No one has commented yet.