1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-16 10:53:59 +02:00

Form module complete

This commit is contained in:
Angelos Chalaris
2016-10-30 21:02:48 +02:00
parent 4d99ab0610
commit d83131cc6b
6 changed files with 127 additions and 145 deletions

View File

@@ -223,3 +223,6 @@
- Tested `form` styling thoroughly and optimized code.
- Moved fixes from `core` to `form` module for most of the `form` elements (except `search`).
- Deployed updated live page.
- Decided to avoid styling `search` `input` `type`s, due to lack of support for magnifying lens icon for most search inputs. Generally speaking this can easily be added by the user.
- Reorganized the loading order of modules in `core`.
- Added `search` fixes to `form` module.

View File

@@ -315,6 +315,7 @@
<option>Test</option>
<option>Demo</option>
</select>
<input type="search" placeholder="search..." value="">
</fieldset>
</form>
</div>