--- a/src/css/LdtPlayer.css Thu Dec 29 15:08:35 2011 +0100
+++ b/src/css/LdtPlayer.css Thu Dec 29 15:19:13 2011 +0100
@@ -634,4 +634,22 @@
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
+}
+
+.Ldt-createAnnotation-present-keyword {
+ border: 1px solid #ffffff;
+ background-color: #217bcb;
+ color: #ffffff;
+ padding: 3px;
+ padding-left: 4px;
+ padding-right: 4px;
+}
+
+.Ldt-createAnnotation-absent-keyword {
+ border: 1px solid #ffffff;
+ background-color: #d93c71;
+ color: #ffffff;
+ padding: 3px;
+ padding-left: 4px;
+ padding-right: 4px;
}
\ No newline at end of file