This repository has been archived by the owner on Dec 27, 2019. It is now read-only.
Added
- menu variation .menu-vRow
- single element spinner: .single-spinner
- single-spinner support for buttons and menu-links
- :focus states for inputs
- .switch (boolean selection)
- .radio buttons (single selection)
- .check boxes (multiple selection)
- .optionGroup to arrange radios and checks
- .optionGroup-vSelectionList to style radio and check groups as scrollable list
- NESW positioning for .popup element
- util.less elements: text transforms, repsosive format, show/hiding class
- image shapes (rounded, circle, thumbnail)
- .thumnail
- cite element to .blockquote
- kbd (key) element
- added support for .input-vBlock and .textarea-vBlock next to a label (inline)
- table.less: no-border variations
- build task:
- stylefmt for the correct syntax
- sourcemap support
- support for /* ... */ comments in style.css
- Small and large modifier for .popup element
Changed
- using .menuWrapper for mobile menu instead of .sidebar
- some responsive behaviour of form elements for increased consistency
- now each element is border-box: box-sizing (before there were some exceptions)
- .shd, .center (X, Y), .pointer are now native css classes so you can use those as mixin and in html
- restyled pre/code element
- grid sizes/offsets (third, quarter)
- redrawn headlines/sublines
- .popup-content and .popup-footer now use em instead of rem in font-size
- .content now uses min-width:0; instead of overflow:hidden;
- .single-spinner is now smaller
Deprecated
- .formActions are deprecated: please use the .bar element instead
Fixed
- double scroller
- namespacing for tabs (styling affected radio buttons)
- .popup now has a max-height and proper content scrollbars
- .barGroup-vRight and .barGroup-vCenter now float correctly