Changed cursor to pointer in all clickable tables fixes #3

This commit is contained in:
Lukas Metzger 2016-03-27 16:54:43 +02:00
parent 869ba131ef
commit 6231e06b91
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ limitations under the License.
<td class="cell-vertical-middle"><strong>Records</strong> <span class="glyphicon glyphicon-sort cursor-pointer"></span></td>
</tr>
</thead>
<tbody>
<tbody class="cursor-pointer">
</tbody>
</table>

View file

@ -146,7 +146,7 @@ limitations under the License.
<td class="cell-vertical-middle"><strong>TTL</strong> <span class="glyphicon glyphicon-sort cursor-pointer"></span></td>
</tr>
</thead>
<tbody>
<tbody class="cursor-pointer">
</tbody>
<tfoot>
<td>New</td>

View file

@ -80,7 +80,7 @@ limitations under the License.
</td>
</tr>
</thead>
<tbody>
<tbody class="cursor-pointer">
</tbody>
</table>