зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1127621 - Fix checkboxes not showing up on about:welcomeback. r=jaws
This commit is contained in:
Родитель
9ea889a77a
Коммит
30bfc4e388
|
@ -11,7 +11,7 @@
|
|||
treechildren::-moz-tree-image(icon),
|
||||
treechildren::-moz-tree-image(noicon) {
|
||||
padding-right: 2px;
|
||||
margin: 0px 2px;
|
||||
margin: 0 2px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
|
|
@ -20,3 +20,32 @@
|
|||
#tabList[available] {
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(icon),
|
||||
treechildren::-moz-tree-image(noicon) {
|
||||
padding-right: 2px;
|
||||
margin: 0 2px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(noicon) {
|
||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
||||
}
|
||||
treechildren::-moz-tree-image(container, noicon) {
|
||||
list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(checked) {
|
||||
list-style-image: url("chrome://global/skin/in-content/check.svg#check");
|
||||
}
|
||||
treechildren::-moz-tree-image(checked, selected) {
|
||||
list-style-image: url("chrome://global/skin/in-content/check.svg#check-inverted");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(partial) {
|
||||
list-style-image: url("chrome://global/skin/in-content/check-partial.svg#check-partial");
|
||||
}
|
||||
treechildren::-moz-tree-image(partial, selected) {
|
||||
list-style-image: url("chrome://global/skin/in-content/check-partial.svg#check-partial-inverted");
|
||||
}
|
Загрузка…
Ссылка в новой задаче