From db469b96cfaa8a9097cb1bb1bb7666cc46901adc Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Mon, 17 Oct 2005 00:52:58 +0000 Subject: [PATCH] Finish fixing bug 114641. r=biesi, sr=dbaron git-svn-id: svn://10.0.0.236/trunk@182352 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/style/html.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/style/html.css b/mozilla/layout/style/html.css index 3909e904bfd..c6d4221a361 100644 --- a/mozilla/layout/style/html.css +++ b/mozilla/layout/style/html.css @@ -395,10 +395,8 @@ hr[size="1"] { img:-moz-broken::before, input:-moz-broken::before, img:-moz-user-disabled::before, input:-moz-user-disabled::before, img:-moz-loading::before, input:-moz-loading::before, -/* Nonempty applets should just show their kids. - XXXbz do we need a selector that will ignore elements? */ -applet:empty:-moz-broken::before, -applet:empty:-moz-user-disabled::before { +applet:-moz-empty-except-children-with-localname(param):-moz-broken::before, +applet:-moz-empty-except-children-with-localname(param):-moz-user-disabled::before { content: -moz-alt-content !important; }