Fix bug #108809. r=ben sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@234778 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -67,3 +67,16 @@ outlinerbody:-moz-outliner-image(Name) {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important;
|
||||
}
|
||||
|
||||
.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon
|
||||
{
|
||||
list-style-image: inherit;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.tree-cell-icon, .tree-cell-primary-icon {
|
||||
list-style-image: inherit;
|
||||
height: 16px;
|
||||
max-width: 32px; /* 32 pixel hack to get too-large favicons to show; fix when tree becomes outliner */
|
||||
max-height: 16px;
|
||||
}
|
||||
|
||||
@@ -53,3 +53,16 @@
|
||||
list-style-image: url("chrome://communicator/skin/icons/loading.gif") !important;
|
||||
}
|
||||
|
||||
.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon
|
||||
{
|
||||
list-style-image: inherit;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.tree-cell-icon, .tree-cell-primary-icon {
|
||||
list-style-image: inherit;
|
||||
height: 16px;
|
||||
max-width: 32px; /* 32 pixel hack to get too-large favicons to show; fix when tree becomes outliner */
|
||||
max-height: 16px;
|
||||
}
|
||||
|
||||
@@ -68,16 +68,17 @@ menuitem[menuactive="true"][disabled="true"] {
|
||||
padding-right: 14px;
|
||||
}
|
||||
|
||||
.menu-iconic-left {
|
||||
width: 16px;
|
||||
list-style-image: inherit;
|
||||
}
|
||||
|
||||
.menu-iconic-accel {
|
||||
margin-left: 4px;
|
||||
padding-right: 14px;
|
||||
}
|
||||
|
||||
.menu-iconic-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
list-style-image: inherit;
|
||||
}
|
||||
|
||||
/* ..... menu arrow box ..... */
|
||||
|
||||
.menu-right {
|
||||
|
||||
Reference in New Issue
Block a user