From 2103c352d5c10110cfef342bb2a919b01b959901 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Thu, 31 Jul 2003 07:15:34 +0000 Subject: [PATCH] The link to the themes is in fact not in the XUL namespace... change those rules to match all namespaces, just in case. Bug 214463, r=mkaply, sr=rbs --- themes/classic/communicator/prefpanels.css | 6 ++---- themes/modern/communicator/prefpanels.css | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/themes/classic/communicator/prefpanels.css b/themes/classic/communicator/prefpanels.css index fb05ea9889c2..fb10e44b25f6 100644 --- a/themes/classic/communicator/prefpanels.css +++ b/themes/classic/communicator/prefpanels.css @@ -40,22 +40,20 @@ ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); - /* ::::: Themes ::::: */ #skinsTree { height: 80px; } -.themesLink { +*|*.themesLink { margin-left: 5px; text-decoration: underline; color: blue; cursor: pointer; } -.themesLink:active { +*|*.themesLink:active { color: red; } diff --git a/themes/modern/communicator/prefpanels.css b/themes/modern/communicator/prefpanels.css index 8d2744e7ca97..2691088a5d11 100644 --- a/themes/modern/communicator/prefpanels.css +++ b/themes/modern/communicator/prefpanels.css @@ -40,22 +40,20 @@ ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); - /* ::::: Themes ::::: */ #skinsTree { height: 80px; } -.themesLink { +*|*.themesLink { margin-left: 5px; text-decoration: underline; color: blue; cursor: pointer; } -.themesLink:active { +*|*.themesLink:active { color: red; }