mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
fix for bug #364316
[places] some favicons in the historu sidebar and the bookmarks dialog are bigger than 16px by 16px. r=mano
This commit is contained in:
parent
248ef7d68a
commit
911fcf80ca
@ -37,6 +37,11 @@
|
||||
-moz-appearance: listbox;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(title) {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(title, container),
|
||||
treechildren::-moz-tree-image(title, open) {
|
||||
padding-right: 2px;
|
||||
@ -62,13 +67,6 @@ treechildren::-moz-tree-cell-text(date, session-continue) {
|
||||
color:white;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(title, separator) {
|
||||
list-style-image: none;
|
||||
width: 0px !important;
|
||||
height: 0px !important;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-cell-text(title, separator) {
|
||||
color: ThreeDShadow;
|
||||
margin: 0px 5px;
|
||||
@ -88,7 +86,6 @@ treechildren::-moz-tree-cell-text(title, separator, selected, focus) {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
.commandGroupButton.first {
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
@ -38,6 +38,8 @@ treechildren::-moz-tree-image {
|
||||
treechildren::-moz-tree-image(title) {
|
||||
list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(title, container) {
|
||||
@ -88,7 +90,6 @@ treechildren::-moz-tree-cell-text(title, separator, selected, focus) {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
.commandGroupButton.first {
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user