generic.css

Monotone-Parent: d0a487816750ff28414ee58d1b18b6958dba1a95
Monotone-Revision: ae5fd1cb71edba3016f8edd102e7a43615acc56c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-13T15:56:03
This commit is contained in:
Francis Lachapelle
2012-03-13 15:56:03 +00:00
parent c3e67c40b3
commit fd207d4b18
8 changed files with 58 additions and 33 deletions
+8 -6
View File
@@ -529,12 +529,20 @@ 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,
@@ -549,12 +557,6 @@ DIV.resize-handle
top: 0px;
left: 0px; }
.genericHoverClass
{
background-color: #9ABCD8 !important;
color: #fff !important;
}
DIV.dialog
{ position: absolute;
width: 350px;