mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user