diff options
Diffstat (limited to 'admin/template/goto/default-layout.css')
-rw-r--r-- | admin/template/goto/default-layout.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index b0b99d5b1..fc5cb3c2a 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -445,4 +445,9 @@ UL.tagSelection LI { } .cluetip-default #cluetip-inner { padding: 10px; -}
\ No newline at end of file +} + +/* jQuery datepicker */ +img.ui-datepicker-trigger { + cursor : pointer; +} |