src/widgets/AnnotationsList.css
changeset 1033 c20df1c080e6
parent 988 eefd336335f9
child 1037 5c0416e8bba1
--- a/src/widgets/AnnotationsList.css	Fri Feb 13 16:48:05 2015 +0100
+++ b/src/widgets/AnnotationsList.css	Fri Feb 13 16:57:53 2015 +0100
@@ -106,4 +106,12 @@
 
 .Ldt-AnnotationsList-Play:hover {
     background-position: 0 bottom;
-}
\ No newline at end of file
+}
+
+.Ldt-AnnotationsList-Control-Prev {
+    cursor: url(img/hand_left.png), pointer;
+}
+
+.Ldt-AnnotationsList-Control-Next {
+    cursor: url(img/hand_right.png), pointer;
+}