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+]
@ -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 */
|
||||
|
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 771 B |
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 771 B |
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 771 B |
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 830 B |
@ -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;
|
||||
}
|
||||
|
||||
|