Skip to content
Snippets Groups Projects
Commit df1a6dbd authored by Ronnie Friman's avatar Ronnie Friman
Browse files

cursor pointer on checkbox hover

parent 7a7c5e27
No related branches found
No related tags found
2 merge requests!46Development to testing,!34Filter player replay
......@@ -284,3 +284,7 @@ div.login button:hover {
background-color: rgba(0, 0, 0, 0.5);
color: white;
}
.filterContainer input:hover {
cursor: pointer;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment