aa4c2aff by Marty Penner

Style datepicker triggers

1 parent 77e866b5
...@@ -1535,4 +1535,11 @@ a, input, textarea, select { ...@@ -1535,4 +1535,11 @@ a, input, textarea, select {
1535 */ 1535 */
1536 .cf { 1536 .cf {
1537 *zoom: 1; 1537 *zoom: 1;
1538 }
1539
1540 .ui-datepicker-trigger {
1541 cursor: pointer;
1542 position: relative;
1543 top: 4px;
1544 left: 2px;
1538 } 1545 }
...\ No newline at end of file ...\ No newline at end of file
......