Closed
Bug 6913
Opened 25 years ago
Closed 25 years ago
Titlebutton image does not update on hover
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
INVALID
M8
People
(Reporter: slamm, Assigned: eric)
References
Details
I change the background on hover, but the image does not change. Here are the
styles that I am using:
titledbutton[class=grippy] {
background-color: rgb(206, 207, 206);
list-style-image:url(http://dance/sidebar/grippy.gif);
}
titledbutton[class=grippy]:hover {
background-color: rgb(204, 204, 255);
list-style-image:url(http://dance/sidebar/grippyover.gif);
}
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Comment 1•25 years ago
|
||
Seems to be an image loader bug. Moving to m8
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•25 years ago
|
||
grippy.gif and grippy0.gif have been removed from the build
we now have grippy-horizontal-after, grippy-vertical-after,
grippy-vertical-before, grippy-vertical-before.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Verified Invalid
You need to log in
before you can comment on or make changes to this bug.
Description
•