Closed
Bug 424127
Opened 17 years ago
Closed 17 years ago
Disabled buttons not shown on SeaMonkey help viewer (Linux)
Categories
(SeaMonkey :: Help Documentation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
Details
Attachments
(1 file)
991 bytes,
patch
|
ajschult784
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
In the SeaMonkey help viewer on Linux, I saw that our disabled back/forward buttons have disappeared.
This is due to the rule for the GTK stock back/forward items being higher now in CSS weight than the one for setting the SeaMonkey communicator icons.
Assignee | ||
Comment 1•17 years ago
|
||
This patch adds an !important to the line that defines our icons, and the disabled states work again with this definition here.
Requesting review from ajschult as he can test on Linux.
Assignee: neil → kairo
Status: NEW → ASSIGNED
Attachment #310760 -
Flags: superreview?(neil)
Attachment #310760 -
Flags: review?(ajschult)
Updated•17 years ago
|
Attachment #310760 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 2•17 years ago
|
||
Just as a note, http://mxr.mozilla.org/mozilla/source/toolkit/themes/gnomestripe/help/help.css#51 (and the same for forward) is the rule this !important is mainly overriding here.
Comment 3•17 years ago
|
||
Comment on attachment 310760 [details] [diff] [review]
make communicatoricons !important
looks good on linux
Attachment #310760 -
Flags: review?(ajschult) → review+
Assignee | ||
Comment 4•17 years ago
|
||
Thanks, checked in.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•