Closed
Bug 417469
Opened 17 years ago
Closed 17 years ago
Try to match url with userContent.css
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: lueschair, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
I tried to match filenameextensions eg .java to change behaviour
So I added in userConent.css folowing line:
@-moz-document url(http://.*.java)
{
body
{
font-size: 20pt !important;
}
}
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•17 years ago
|
||
The page isn't a html page it is plain text. So there is no body, or even any concept of styling so no css can be applied to that page.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•