Closed
Bug 269127
Opened 20 years ago
Closed 18 years ago
CSS definitions for buttons (button > * {background-color: xx}) dont't work anymore when rendering XUL
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: reiss, Unassigned)
Details
(Keywords: css2)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Having a simple XUL-file displayed:
... <button label="Test">...
and a CSS definition
button > * {
background-color: lightblue ! important;
}
has no effects. Worked perfectly with Firefox 1.0 PR.
BTW: Why has a definition like
button { background-color: lightblue ! important }
no effect (and never had as far as i know). I.e. why is that
property not being inherited? Also a Bug?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.| Reporter | ||
Updated•20 years ago
|
Version: unspecified → 1.0 Branch
Comment 1•19 years ago
|
||
Please try this with a new nightly of Firefox to verify that it hasn't been fixed yet. Also, it would be handy if you could supply a testcase to help others verify this behavior. --Gabriel Sjoberg
Keywords: css2
Updated•18 years ago
|
Assignee: bross2 → nobody
Comment 2•18 years ago
|
||
No testcase, and no other information. Resolving as WFM. If you can reproduce with Firefox 2.0.0.3 and, especially, with a recent trunk nightly as well as provide a testcase, please reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•