mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
Hovering over table headers now shows a cursor pointer (#28).
This commit is contained in:
parent
a39ee4dabb
commit
0c4e4bf54f
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@
|
|||
border-width: 0px;
|
||||
}}
|
||||
thead tr th:hover {{
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
background-color: #b78775;
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue