Change the drop target border color, props ocean90, fixes #19298

git-svn-id: https://develop.svn.wordpress.org/trunk@19367 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-20 19:16:35 +00:00
parent a5a82ec053
commit 114083df17
5 changed files with 20 additions and 13 deletions

View File

@@ -3943,15 +3943,20 @@ form.upgrade .hint {
display: block;
}
/*
#drag-drop-area:-moz-drag-over {
border-color: #83b4d8;
}
borger color while dragging a file over the uploader drop area */
.drag-drop.drag-over #drag-drop-area {
border-color: #83b4d8;
}
#plupload-upload-ui {
position: relative;
}
/*
#drag-drop-area:-moz-drag-over {
border-color: #cf5;
}
*/
/*------------------------------------------------------------------------------
14.2 - Image Editor
------------------------------------------------------------------------------*/