]> 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:14:32 +0000 (03:14 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 28 Apr 2011 01:14:32 +0000 (03:14 +0200)
r=pyrzak r=LpSolit a=LpSolit

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

index 9a7856abac0311e6386355073ce42accaa6cfcf8..7ef30e50128a21d4c70b836ea22aed579f4ba6dc 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 2cb92b781cac23eafb86d029ad6a2a21b90e1844..ebebfb3efad676ff6e488d54a22a6ae896a0a2ef 100644 (file)
@@ -122,3 +122,8 @@ td.bz_total {
 .bz_query_explain {
     text-align: left;
 }
+
+.bz_short_desc_column a, .bz_short_short_desc_column a {
+    color: inherit;
+}
+