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-07 05:13:47 +00:00
Родитель 1ec7df91ac
Коммит b2f8372768
1 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -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");
}