src/widgets/AnnotationsList.css
branchnew-model
changeset 882 61c384dda19e
parent 875 43629caa77bc
child 902 14022f1d49ab
--- a/src/widgets/AnnotationsList.css	Fri Apr 27 19:18:21 2012 +0200
+++ b/src/widgets/AnnotationsList.css	Thu May 03 17:52:52 2012 +0200
@@ -1,7 +1,6 @@
 /* AnnotationsListWidget */
 
 .Ldt-AnnotationsListWidget {
-    font-family: "Open Sans", Helvetica, Arial, sans-serif;
     border: 1px solid #b6b8b8;
     overflow: auto;
     max-height: 480px;
@@ -22,7 +21,7 @@
     min-height: 60px;
 }
 .Ldt-AnnotationsList-li:hover {
-    background-color: #e9e9e9;
+    background: url(img/pinstripe-grey.png);
 }
 .Ldt-AnnotationsList-highlight {
     background: #F7268E;
@@ -54,7 +53,7 @@
     margin: 2px 2px 0 82px;
     font-weight: bold;
 }
-.Ldt-AnnotationsList-Title a {
+h3.Ldt-AnnotationsList-Title a {
     color: #0068c4;
 }
 p.Ldt-AnnotationsList-Description {