mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 13:55:23 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user