This repository was archived by the owner on Apr 4, 2022. It is now read-only.
mini.css v2.3.0
The v2.3.0 release of mini.css adds some features that have been requested by the community multiple times, such as modals, switches, vertical layout for forms and scrollable tables. Everything has been polished up and updated in order to deliver the best mini.css experience yet!
Changes
- Added a new
.modalcomponent, which allows you to show modal dialogs (contextual). - Added a new
.switchcomponent for displaying on/off switches (input_control). - Added
.scrollabletables, allowing for long tables to be displayed in an alternate way (table). - Added
.verticalinput groups, allowing vertical forms to be created more easily (input_control). - Updated mini-default color palette. The new palette should now display better on screens with uncommon contrast settings.
- Slightly tweaked the styling of various elements to improve their look.
- Various under-the-hood updates to make everything work better, load faster and be lighter.
- Updated the styling of borders and other elements to use
reminstead ofpxin allrem-based flavors. - Added a color highlight for the selected tab in
.tabs. - Added styling for
disabledelements ininput_controlthat were wrongly omitted in the past. - Fixed some bugs and improved overall stability, updated all flavors accordingly.
Compatibility
This release is fully compatible with previous versions, however, you should check if anything added breaks or alters any of your older layouts etc., especially if you are using your own flavor.