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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-11-20 19:16:35 +00:00
parent 3374c6e672
commit 3287ef6d9c
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
------------------------------------------------------------------------------*/