Closed
Bug 478629
Opened 17 years ago
Closed 8 years ago
Fix header line style in linux update window
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: micmon, Unassigned)
Details
Attachments
(1 file)
|
15.83 KB,
image/png
|
Details |
The top line of the update dialog has a different (incorrect) look compared to the bottom line (which looks right).
This seems to do the trick for me:
.wizard-header {
border-bottom: 1px solid ThreeDShadow !important;
}
Comment 1•17 years ago
|
||
If it looks like the Screenshot in bug 478631 something is weird. For me the edges at the bottom are like the two at the top.
| Reporter | ||
Comment 2•17 years ago
|
||
You are right... the code posted above is not correct either. The bright shadow pixel is missing. Here's a screenshot of what I get without and modifications, notice how the top line is much darker than the bottom line.
Comment 3•17 years ago
|
||
oh sorry, I meant you mean the window border.. You're absolutely right, the top line is much darker than the bottom one.
Can confirm this bug.
Updated•17 years ago
|
Component: General → Theme
QA Contact: general → theme
Comment 4•17 years ago
|
||
If I remember correctly, the bottom line is a <separator> so it gets painted natively. The top one is just a bottom border for that heading text, which is why it looks different. I believe the only (proper) solution would be to introduce a proper separator below the heading text and to remove the border
| Reporter | ||
Comment 5•8 years ago
|
||
Dialog no longer exists.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•