Closed
Bug 521383
Opened 15 years ago
Closed 15 years ago
Moz-Image-Region Cannot be used on Feed Icon in Bookmarks Menu on Mac OS X
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 416136
seamonkey2.0
People
(Reporter: bfrisch, Assigned: bfrisch)
References
Details
(Keywords: modern)
Attachments
(1 file)
775 bytes,
patch
|
neil
:
review-
|
Details | Diff | Splinter Review |
As mentioned in bug 418774 -moz-image-region does not work with Mac OS X menu items. The attached patch sets modern to use feedIcon16.png in the bookmarks menu like the Classic Mac theme does, expect it does so on all OSes.
Attachment #405417 -
Flags: review?(neil)
Attachment #405417 -
Flags: approval-seamonkey2.0?
Flags: wanted-seamonkey2.0?
Flags: blocking-seamonkey2.0?
Comment 1•15 years ago
|
||
See bug 416136
Comment 2•15 years ago
|
||
Comment on attachment 405417 [details] [diff] [review]
Use feedIcon16.png in the Bookmarks Menu
> #feedsMenu[disabled="true"] {
> -moz-image-region: rect(32px 16px 48px 0px);
> }
>
> #feedsMenu[open="true"] {
> -moz-image-region: rect(48px 16px 64px 0px);
> }
>
>+/* ::::: feeds ::::: */
>+
>+#feedsMenu {
>+ list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png") !important;
>+}
Instead of using !important, why didn't you remove the rules above?
Also, a comment on why we can't use feeds.png would be good.
Attachment #405417 -
Flags: review?(neil) → review-
![]() |
||
Comment 3•15 years ago
|
||
A graphical glitch is neither critical nor blocking the release, but would be nice to be fixed. In this case, it's a duplicate of bug 416136, though, please go for that one to resolve it.
Severity: critical → normal
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: wanted-seamonkey2.0?
Flags: blocking-seamonkey2.0?
Resolution: --- → DUPLICATE
![]() |
||
Updated•15 years ago
|
Attachment #405417 -
Flags: approval-seamonkey2.0?
You need to log in
before you can comment on or make changes to this bug.
Description
•