Customize the UI for the GWC / Html5 Theme |
There are limitations to what the HTML5 theme supports.
There is no support for Drag-and-Drop (DnD) or multi-selection on touch devices.
Some complex 4st styles combination are not properly supported. The 4st styles use some inheritance rules that counter the "smart inheritance" rules of CSS/HTML. As a result, if you are using 4st styles and wish to avoid some unexpected side effects, it is recommended that you minimize smart inheritance by explicitly setting the 4st rules on the elements themselves. Also, consider that GWC for HTML5 transforms the 4st styles into CSS. If you wish to use smart inheritance, or simply to avoid any unexpected side effects of the Genero style transformations, you can use CSS directly and rely on the CSS/HTML inheritance.
The class order of the .per STYLE attribute is not significant. By default, with the GDC, the first class that defines the style wins.