Monotone-Parent: 13eeb49749c2fffd30ec7595581aa47c40de5671

Monotone-Revision: 0444b46399c9927608800ce991a1f206d6d1112f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T20:35:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-01 20:35:51 +00:00
parent 76078d93de
commit c00f818407
8 changed files with 31 additions and 53 deletions
+18
View File
@@ -556,6 +556,24 @@ A[class~="_disabled"].button:active
{ color: #999;
background: inherit; }
LI.denied
{ background-color: #fefefe;
font-style: italic;
color: #f33; }
LI._selected,
TR._selected > TD,
TD._selected
{
background-color: #4b6983;
color: #fff;
}
LI[class~="_selected"].denied
{
background-color: #f33;
}
/* folder tree (js) )*/
DIV.dTreeNode A SPAN.nodeName
{