mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Monotone-Parent: 58b4ca502998bfaf9c6b14b5d849b8e4fd883bce
Monotone-Revision: 482498d8717f020bae6132b015e69ae97d3e30aa Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T16:07:51
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user