Bug 413471 - "M2 Tango" (fix page-livemarks and feed icon mix-up) [p=michael.monreal@gmx.net (Michael Monreal) / Tango team ui-r=faaborg a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2008-01-29 23:26:04 -08:00
parent d304af325c
commit bb575f5e91
6 changed files with 3 additions and 3 deletions

View File

@ -202,7 +202,7 @@ menuitem.bookmark-item {
/* livemarks have the same layout as folder-item, but in the browser-only livemark-item.png */
/* only the folder icon has any effect for now, item icon is unused */
.bookmark-item[container][livemark] {
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
list-style-image: url("chrome://browser/skin/page-livemarks.png");
}
.bookmark-item[container][tagContainer] {
@ -970,7 +970,7 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
}
#feed-button[feeds] {
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
list-style-image: url("chrome://browser/skin/page-livemarks.png");
}
/* Autocomplete */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 830 B

View File

@ -35,7 +35,7 @@ treechildren::-moz-tree-image(title, container) {
}
treechildren::-moz-tree-image(title, container, livemark) {
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
list-style-image: url("chrome://browser/skin/page-livemarks.png");
-moz-image-region: auto;
}