diff --git a/cms/static/img/white-drag-handles.png b/cms/static/img/white-drag-handles.png new file mode 100644 index 0000000000..802a663893 Binary files /dev/null and b/cms/static/img/white-drag-handles.png differ diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index f582cd95bb..265f70c6c5 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -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); }