Monotone-Parent: 283329aac9fb69692301c1e7d74db0ce8e6fc222

Monotone-Revision: a262ef7ad120d7456b43032b5f2840b51fa16354

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-27T18:10:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-27 18:10:22 +00:00
parent 4509a3a7b4
commit d4a3d02c68
4 changed files with 62 additions and 21 deletions
+20
View File
@@ -720,6 +720,26 @@ A[class~="_disabled"].button:active
{ color: #999;
background: inherit; }
/* folder tree (js) )*/
DIV.dTreeNode A SPAN.nodeName
{
margin: 0px .2em;
padding-left: .2em;
padding-right: .2em;
}
DIV.dTreeNode A._selected SPAN.nodeName
{
background: #4b6983;
color: #fff;
}
DIV.dTreeNode SPAN._dragOver
{
background: #4b6983;
color: #fff;
}
/* tabs */
DIV.tabsContainer
{