src/widgets/AnnotationsList.css
changeset 1033 c20df1c080e6
parent 988 eefd336335f9
child 1037 5c0416e8bba1
equal deleted inserted replaced
1032:74ac0be7655c 1033:c20df1c080e6
   105 }
   105 }
   106 
   106 
   107 .Ldt-AnnotationsList-Play:hover {
   107 .Ldt-AnnotationsList-Play:hover {
   108     background-position: 0 bottom;
   108     background-position: 0 bottom;
   109 }
   109 }
       
   110 
       
   111 .Ldt-AnnotationsList-Control-Prev {
       
   112     cursor: url(img/hand_left.png), pointer;
       
   113 }
       
   114 
       
   115 .Ldt-AnnotationsList-Control-Next {
       
   116     cursor: url(img/hand_right.png), pointer;
       
   117 }