Added orange 255 color; Created different hover and striped types for table; Added sidenav for turbo vision example;

This commit is contained in:
vinicius.reif
2019-09-13 13:46:50 -03:00
parent a478627e01
commit e175f648a1
7 changed files with 322 additions and 56 deletions

View File

@@ -11,15 +11,27 @@
<link rel="stylesheet" href="../dist/tuicss.min.css">
</head>
<body >
<!-- Change the shadow size of the window -->
<div class="tui-window tui-shadow-2">
<fieldset class="tui-fieldset">
<legend>Window</legend>
...
</fieldset>
</div>
</nav>
<body>
<table class="tui-table">
<thead>
<tr>
<th>...</th>
</tr>
</thead>
<tbody>
<tr>
<td>...</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>...</td>
</tr>
</tfoot>
</table>
</nav>
</body>