Bug 387744 show the search builder and search results in the organizer center pane when the user starts typing (r=mano)

This commit is contained in:
dietrich@mozilla.com 2007-11-06 21:09:46 -08:00
parent 5fc871a70d
commit 866f905aad

View File

@ -279,3 +279,26 @@ treechildren::-moz-tree-cell-text(date, session-continue) {
border-top: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDHighlight;
}
/**** expanders ****/
.expander-up,
.expander-down {
min-width: 0;
}
.expander-up {
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.expander-down {
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.expander-down:hover:active {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif");
}
.expander-up:hover:active {
list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif");
}