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
This commit is contained in:
bzbarsky%mit.edu 2003-07-31 07:15:34 +00:00
parent 1f94461b27
commit 2103c352d5
2 changed files with 4 additions and 8 deletions

View File

@ -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;
}

View File

@ -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;
}