From: Roan Kattouw Date: Tue, 18 Aug 2009 20:59:12 +0000 (+0000) Subject: Core changes for r55234: generalize some CSS for mwsuggest X-Git-Tag: 1.31.0-rc.0~40237 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=f1d5a671e9b205514b5163515150b491d398b5d3;p=lhc%2Fweb%2Fwiklou.git Core changes for r55234: generalize some CSS for mwsuggest --- diff --git a/skins/common/shared.css b/skins/common/shared.css index c093e4669f..780d49f9ce 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -376,7 +376,6 @@ table.mw-userrights-groups * td,table.mw-userrights-groups * th { border-color: #AAAAAA; border-width: 1px; z-index:99; - visibility:hidden; font-size:95%; } @@ -388,7 +387,7 @@ table.os-suggest-results { width: 100%; } -td.os-suggest-result, td.os-suggest-result-hl { +.os-suggest-result, .os-suggest-result-hl { white-space: nowrap; background-color: white; background-color: Window; @@ -396,12 +395,12 @@ td.os-suggest-result, td.os-suggest-result-hl { color: WindowText; padding: 2px; } -td.os-suggest-result-hl, -td.os-suggest-result-hl-webkit { +.os-suggest-result-hl, +.os-suggest-result-hl-webkit { background-color: #4C59A6; color: white; } -td.os-suggest-result-hl { +.os-suggest-result-hl { /* System colors are misimplemented in Safari 3.0 and earlier, making highlighted text illegible... */ background-color: Highlight;