Added orange 255 color; Created different hover and striped types for table; Added sidenav for turbo vision example;
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user