diff options
author | Byron Jones <glob@mozilla.com> | 2011-04-28 03:14:32 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-28 03:14:32 +0200 |
commit | 1183fe25291b263f94dab0d2cfda0814aa7727a2 (patch) | |
tree | ea5c37639cdf820bdd217bf0f56880604482b3ff | |
parent | dcd482f9da3aa4e4f5351434fffbb19965be5147 (diff) | |
download | bugzilla-1183fe25291b263f94dab0d2cfda0814aa7727a2.tar.gz bugzilla-1183fe25291b263f94dab0d2cfda0814aa7727a2.tar.xz |
Bug 601524: Linkified bug summaries in buglists look weird
r=pyrzak r=LpSolit a=LpSolit
-rw-r--r-- | skins/standard/IE-fixes.css | 7 | ||||
-rw-r--r-- | skins/standard/buglist.css | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/skins/standard/IE-fixes.css b/skins/standard/IE-fixes.css index 9a7856aba..7ef30e501 100644 --- a/skins/standard/IE-fixes.css +++ b/skins/standard/IE-fixes.css @@ -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']); +} + + diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 2cb92b781..ebebfb3ef 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -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; +} + |