mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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:
parent
1f94461b27
commit
2103c352d5
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user