diff -r d9da52e20f7f -r 510ebab76fa3 src/widgets/AnnotationsList.css --- a/src/widgets/AnnotationsList.css Tue May 15 15:50:19 2012 +0200 +++ b/src/widgets/AnnotationsList.css Fri May 18 18:23:51 2012 +0200 @@ -69,7 +69,7 @@ li.Ldt-AnnotationsList-Tag-Li { display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; - background: url(img/tag.png) left top no-repeat; font-weight: bold; + background: url(img/tag.png) left top no-repeat; cursor: pointer; } @@ -79,9 +79,9 @@ } li.Ldt-AnnotationsList-Tag-Li:hover { - background-position: left bottom; + background-position: left -23px; } .Ldt-AnnotationsList-Tag-Li:hover span { - background-position: right bottom; + background-position: right -23px; } \ No newline at end of file