зеркало из https://github.com/mozilla/pjs.git
fix #73863. no twisties in the outliner in classic. r=bienvenu, sr=alecf
This commit is contained in:
Родитель
4d881730b7
Коммит
6f0ec2765f
|
@ -136,3 +136,16 @@ outlinercol:hover:active > .outlinercol-image-box
|
|||
{
|
||||
list-style-image: url("chrome://global/skin/columnselect.gif");
|
||||
}
|
||||
|
||||
/* twisty rules */
|
||||
outlinerbody:-moz-outliner-twisty {
|
||||
padding-right: 2px;
|
||||
width: 12px; /* The image's width is 12 pixels */
|
||||
list-style-image: url("chrome://global/skin/twisty-closed.gif");
|
||||
}
|
||||
|
||||
outlinerbody:-moz-outliner-twisty(open) {
|
||||
width: 12px; /* The image's width is 12 pixels */
|
||||
list-style-image: url("chrome://global/skin/twisty-open.gif");
|
||||
}
|
||||
|
||||
|
|
|
@ -128,3 +128,16 @@ outlinercol:hover:active > .outlinercol-image-box {
|
|||
{
|
||||
list-style-image: url("chrome://global/skin/columnselect.gif");
|
||||
}
|
||||
|
||||
/* twisty rules */
|
||||
outlinerbody:-moz-outliner-twisty {
|
||||
padding-right: 2px;
|
||||
width: 12px; /* The image's width is 12 pixels */
|
||||
list-style-image: url("chrome://global/skin/twisty-closed.gif");
|
||||
}
|
||||
|
||||
outlinerbody:-moz-outliner-twisty(open) {
|
||||
width: 12px; /* The image's width is 12 pixels */
|
||||
list-style-image: url("chrome://global/skin/twisty-open.gif");
|
||||
}
|
||||
|
||||
|
|
|
@ -161,4 +161,7 @@ outlinerbody:-moz-outliner-twisty {
|
|||
}
|
||||
|
||||
outlinerbody:-moz-outliner-twisty(open) {
|
||||
width: 10px; /* The image's width is 10 pixels */
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче