mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-18 01:10:34 +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;
|
border-width: 0px;
|
||||||
}}
|
}}
|
||||||
thead tr th:hover {{
|
thead tr th:hover {{
|
||||||
|
cursor: pointer;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #b78775;
|
background-color: #b78775;
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue