sogo/UI/WebServerResources/dtree.css
Francis Lachapelle ec2e71090e See ChangeLog
Monotone-Parent: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495
Monotone-Revision: 7605704028eff50386f4f9c1e4e93aa47eea31c3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-17T13:55:22
Monotone-Branch: ca.inverse.sogo
2012-09-17 13:55:22 +00:00

50 lines
734 B
CSS

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö |
|--------------------------------------------------*/
.dtree
{
color: #000;
white-space: nowrap;
}
.dtree img
{
vertical-align: middle;
border: 0px;
padding: 0px;
margin: 0px;
}
.dtree a
{
cursor: default;
color: #000;
text-decoration: none;
}
.dtree a.node
{
white-space: nowrap;
padding: 1px 2px;
line-height: 2em;
}
.dtree a.node:hover
{
text-decoration: none;
}
.dtree .clip
{
overflow: hidden;
}
.dTreeNode
{ height: 22px; }
.dTreeNode._selected
{ background-color: #9ABCD8; }