mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
6956b1be5c
--- The two bug fixes impact on the file area, but have wider reach. BUGFIX: Colour Adjustments Change the constructive button colour to match the colour used in the designs, and fix up calculations to produce the correct button colour. BUGFIX: IE Colours Replace hard coded colours in IE with variables, and refactor code so that shared IE7 and IE8 fixes are in one place. ENHANCEMENT: UI Changes to FileUpload Area (TRAC-7219) 1. Add arrows to edit dropdowns 2. Adjust lightened fields so they dont look like input boxes, and fix rgba colours 3. Add ability to click file names to edit 4. Add feedback when edit button is hovered 5. Add feedback if a file has been opened for editing and shut again (saved changes, unsaved changes, unchanged) 6. Add ability to open and close all files to edit them all at once 7. Add overall feedback for file uploads, and fix NaN error 8. Fix up area to match design 9. Fix error messages so they fit in the provided space 10. Fix case where a single uploaded file errors