src/widgets/AnnotationsList.css
branchnew-model
changeset 1020 198c2b79f5e1
parent 1019 3ab36f402b0c
--- a/src/widgets/AnnotationsList.css	Thu Jan 02 16:40:25 2014 +0100
+++ b/src/widgets/AnnotationsList.css	Thu Jan 02 16:49:20 2014 +0100
@@ -8,11 +8,6 @@
 .Ldt-AnnotationsListWidget a {
     text-decoration: none;
 }
-
-.Ldt-AnnotationsList-Audio {
-    width: 1px; height: 1px;
-}
-
 ul.Ldt-AnnotationsList-ul {
     list-style: none;
     padding: 2px;
@@ -28,6 +23,10 @@
 .Ldt-AnnotationsList-li.selected {
     background-image: url(img/pinstripe-grey.png);
 }
+.Ldt-AnnotationsList-highlight {
+    background: #F7268E;
+    color: #ffffff;
+}
 .Ldt-AnnotationsList-ThumbContainer {
     float: left;
     width: 80px;
@@ -54,25 +53,14 @@
     margin: 2px 2px 0 82px;
     font-weight: bold;
 }
-
-.Ldt-AnnotationsList-Title a {
+h3.Ldt-AnnotationsList-Title a {
     color: #0068c4;
 }
-
 p.Ldt-AnnotationsList-Description {
     margin: 2px 0 2px 82px;
     font-size: 12px;
     color: #333333;
 }
-
-.Ldt-AnnotationsList-Description a {
-    color: #0068c4;
-}
-
-.Ldt-AnnotationsList-Description a:hover {
-    text-decoration: underline; color: #800000;
-}
-
 ul.Ldt-AnnotationsList-Tags {
     list-style: none;
     padding: 0;
@@ -96,14 +84,4 @@
 
 .Ldt-AnnotationsList-Tag-Li:hover span {
     background-position: right -23px;
-}
-
-.Ldt-AnnotationsList-Play {
-    width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center;
-    padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer;
-    background: url(img/voiceannotation.png); color: #333333;
-}
-
-.Ldt-AnnotationsList-Play:hover {
-    background-position: 0 bottom;
 }
\ No newline at end of file