78284 - outliner twisties accidentally squashed, r=mscott, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@93736 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0df332f5c4
commit
d37d4e8a95
@ -155,3 +155,16 @@ outlinercol:hover:active > .outlinercol-image-box {
|
||||
.outliner-colpicker-icon {
|
||||
list-style-image : url("chrome://global/skin/tree/columnpicker.gif");
|
||||
}
|
||||
|
||||
/* ::::: column picker ::::: */
|
||||
|
||||
outlinerbody:-moz-outliner-twisty {
|
||||
padding-right: 2px;
|
||||
width: 10px; /* The image's width is 10 pixels */
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
|
||||
}
|
||||
|
||||
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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user