Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.11 -r1.12
--- lams_central/web/css/defaultHTML.css 31 Oct 2006 05:57:14 -0000 1.11
+++ lams_central/web/css/defaultHTML.css 1 Nov 2006 23:31:06 -0000 1.12
@@ -392,15 +392,29 @@
text-decoration: none;
border-bottom: 1px dotted #0087E5;
}
-
-
+
#content a:hover.sequence-name-link {
color:#0087E5;
text-decoration: none;
border-bottom: 1px solid #0087E5;
}
+#content a.disabled-sequence-name-link {
+ color:#FF6666;
+ text-decoration: none;
+ border-bottom: 1px dotted #FF6666;
+ }
+
+
+#content a:hover.disabled-sequence-name-link {
+ color:#FF6666;
+ text-decoration: none;
+ border-bottom: 1px solid #FF6666;
+
+}
+
+
#content a.sequence-action-link {
color:#47bc23;
text-decoration: none;