Open
Bug 598347
Opened 15 years ago
Updated 3 years ago
CSS styles don't apply to some area of tree element
Categories
(Core :: XUL, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: axel.azerty, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier: XULRunner 1.9.2.9 20100824163020
There are some area of the tree element which cannot be styled by CSS rules. The attached example show a white background and a gray border around the tree element, though the defined CSS rules should apply to all elements of the window.
Reproducible: Always
Steps to Reproduce:
1. Open the XUL file
Actual Results:
A white background area and a gray border are displayed.
Expected Results:
All the background are colored, and the border should be drawn in blue or red.
I ll add that this sample file comes from a standalone xulrunner application, and doesn't seem to be firefox-compliant.
Comment 4•15 years ago
|
||
Which border are you referring to? Most borders will come from the native theme (not the stylesheet) unless you use -moz-appearance: none
I thought that the "tree *{}" CSS rule would have overwritten the style of all subelements of <tree>.
I added a screenshot, I didnt found this border, even with the dom inspector.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•