1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Add hover color to upload files area.

Summary: Adds the hover color to the upload images area on Create Mock.

Test Plan: Hover image, get background change.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin, AnhNhan

Differential Revision: https://secure.phabricator.com/D5291
This commit is contained in:
Chad Little 2013-03-08 07:47:20 -08:00
parent b861e0cf86
commit f9bd2e5c65

View file

@ -183,6 +183,7 @@ final class PholioMockEditController extends PholioController {
->setValue($files)
->setName('file_phids')
->setLabel(pht('Images'))
->setActivatedClass('aphront-textarea-drag-and-drop')
->setError($e_images);
}