Closed
Bug 854069
Opened 12 years ago
Closed 12 years ago
Typo in chrome://global/skin/global.css
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox-esr17 | --- | wontfix |
People
(Reporter: tonymec, Unassigned)
Details
I found this serendipitously, looking for something else.
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130322 Firefox/17.0 ID:20130322034502 CSet: 5c097cbce381
Error console message:
Timestamp: 23/03/13 03:58:23
Warning: Expected ':' but found '!'. Declaration dropped.
Source File: chrome://global/skin/global.css
Line: 571
Line 571 of global.css is
background-color!#CCCCFF!important;
The first ! should be a colon.
Comment 1•12 years ago
|
||
Is this with a third-party theme?
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #1)
> Is this with a third-party theme?
No: on Firefox I use the default theme (albeit with a Persona, "Scent Of A Woman_079").
Comment 3•12 years ago
|
||
(In reply to Tony Mechelynck [:tonymec] from comment #0)
> Line 571 of global.css is
> background-color!#CCCCFF!important;
I can't find that line, be it on mozilla-central or mozilla-esr17.
Reporter | ||
Comment 4•12 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #3)
> (In reply to Tony Mechelynck [:tonymec] from comment #0)
> > Line 571 of global.css is
> > background-color!#CCCCFF!important;
>
> I can't find that line, be it on mozilla-central or mozilla-esr17.
If you don't see it where I do (load the chrome URL by using the URL bar, then View Source) you can close this bug INCOMPLETE or even INVALID. If the error is not in Mozilla code, I'm too busy to try to track it down right now.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•