]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 601524: Linkified bug summaries in buglists look weird
authorByron Jones <glob@mozilla.com>
Thu, 28 Apr 2011 01:16:34 +0000 (03:16 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 28 Apr 2011 01:16:34 +0000 (03:16 +0200)
r=pyrzak r=LpSolit a=LpSolit

skins/standard/IE-fixes.css
skins/standard/buglist.css

index fc2225398512d997e913cfcb315a36d9a16a4794..ab158d67c1963f5cc62f3d45a885e2a416bf6b6f 100644 (file)
@@ -54,3 +54,10 @@ form#Create #comp_desc {
 #keyword_container .yui-ac-content {
     _height: 30em; /* ie6 */
 }
+
+.bz_short_desc_column a, .bz_short_short_desc_column a {
+    /* color:inherit */
+    color: expression(this.parentNode.currentStyle['color']);
+}
+
+
index 46c5f608a42f4abdbaffb3fd20bf22a812c3e622..fa64b896000051eb2b89dd0458d11e8859695c2d 100644 (file)
@@ -115,3 +115,8 @@ td.bz_total {
 .bz_query_explain {
     text-align: left;
 }
+
+.bz_short_desc_column a, .bz_short_short_desc_column a {
+    color: inherit;
+}
+