Hovering over table headers now shows a cursor pointer (#28).

This commit is contained in:
Adam Waldenberg 2015-11-23 02:08:28 +01:00
parent a39ee4dabb
commit 0c4e4bf54f
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@
border-width: 0px;
}}
thead tr th:hover {{
cursor: pointer;
color: #fff;
background-color: #b78775;
}}