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:
@@ -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.
|
||||
|
@@ -315,6 +315,7 @@
|
||||
<option>Test</option>
|
||||
<option>Demo</option>
|
||||
</select>
|
||||
<input type="search" placeholder="search..." value="">
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user