Added "dot" image to drag handles.

Monotone-Parent: 63df8bd030698477828cd7b3769314edbeb8bc62
Monotone-Revision: 533cf8ab1e070968af4fbbe2ddbd0d66b8fd2b7b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-25T01:36:35
This commit is contained in:
Francis Lachapelle
2011-11-25 01:36:35 +00:00
parent 5639b6777e
commit b844d7193f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

View File

@@ -424,7 +424,7 @@ TD.tbtv_subject_headercell
DIV.dragHandle
{ position: absolute;
z-index: 1;
background-color: #E6E7E6; }
background: #E6E7E6 url("dragdot.png") no-repeat center center; }
DIV.dragHandle:active
{ background-color: #99a; }