More CSS tweaking
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Apr 2009 19:35:01 +0000 (13:35 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Apr 2009 19:35:01 +0000 (13:35 -0600)
imp/themes/screen-dimp.css

index 6c2f00c..674f67d 100644 (file)
@@ -6,6 +6,9 @@
 input {
     vertical-align: middle;
 }
+.nojserror {
+    color: red;
+}
 
 /* ini header */
 #quota {
@@ -724,13 +727,13 @@ div.dimpActionsCompose, div.dimpActionsMsg {
     height: 20px;
     padding-left: 20px;
 }
-
-span.attachName {
-    text-decoration: underline;
+#attach_list span.attachName {
+    color: blue;
     cursor: pointer;
+    text-decoration: underline;
 }
-span.attachName:hover, .nojserror {
-    color: red;
+#attach_list span.attachName:hover {
+    font-weight: bold;
 }
 
 /* Context Menus */