File size: 273 Bytes
9b31431 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.highlight-mask
{
background: transparent url('../images/theme/transBlack75.png') repeat 0 0;
display: none;
position: absolute;
}
.highlight-drag
{
background-color: transparent;
border: dashed #ff3333 3px;
position: absolute;
display: none;
}
|