Update 3.6
16 Nov 2015 5:23 PMNew: JQuery functions added in base.js as follows:
- Stick an element to the edge (left, right, top and/or bottom) of its scrollable container. This can be acheived by adding
stick-left
,stick-right
,stick-top
and/orstick-bottom
classes to the sticky element. - Replace the normal scrollbar with arrows that become visible when hover over scrollable element. This can be acheived by adding
scroll-arrows
class to a scrollable element. - Toggle nav sub-menus open/close when clicked. This can be acheived by adding
toggle
class to a nav element. - Form validator (Beta).
- Pick list (Beta).
New: Styles added in base.css as follows:
- Class
scrollable-x
sets the element with horizontal scroll bars. - Class
scrollable-y
sets the element with vertical scroll bars. - Class
hide-scrollbar
hides the scroll bar while still being able to scroll.
Fix: Some styling errors in base.css.