Monotone-Parent: ae5fd1cb71edba3016f8edd102e7a43615acc56c

Monotone-Revision: 58b4ca502998bfaf9c6b14b5d849b8e4fd883bce

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-13T16:06:59
This commit is contained in:
Francis Lachapelle
2012-03-13 16:06:59 +00:00
parent fd207d4b18
commit 79dbdd7638
8 changed files with 33 additions and 58 deletions

View File

@@ -529,20 +529,12 @@ DIV.dTreeNode A._selected SPAN.nodeName
color: #fff;
}
/* drag'n'drop */
DIV.dTreeNode SPAN._dragOver
{
background-color: #9ABCD8;
color: #fff;
}
.genericHoverClass
{
background-color: #9ABCD8 !important;
color: #fff !important;
}
/* resizable columns */
TABLE TD.resize-handle-active,
@@ -557,6 +549,12 @@ DIV.resize-handle
top: 0px;
left: 0px; }
.genericHoverClass
{
background-color: #9ABCD8 !important;
color: #fff !important;
}
DIV.dialog
{ position: absolute;
width: 350px;