diff options
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/datepicker.css | 1 | ||||
-rw-r--r-- | admin/template/goto/default-layout.css | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/admin/template/goto/datepicker.css b/admin/template/goto/datepicker.css index 2d579b3cf..eb41d0a16 100644 --- a/admin/template/goto/datepicker.css +++ b/admin/template/goto/datepicker.css @@ -37,7 +37,6 @@ button.ui-datepicker-trigger { img.ui-datepicker-trigger { margin: 2px; vertical-align: middle; - cursor : pointer; } .ui-datepicker-prompt { float: left; 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; +} |