white drag handles for components

This commit is contained in:
Tom Giannattasio
2012-10-10 15:20:27 -04:00
parent 8f488c3f7f
commit 564c138bf5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

View File

@@ -129,7 +129,7 @@
height: 100%;
border-radius: 0 3px 3px 0;
border: 1px solid #d1ddec;
background: url(../img/drag-handles.png) center no-repeat #d1ddec;
background: url(../img/white-drag-handles.png) center no-repeat #d1ddec;
cursor: move;
@include transition(all .15s);
}