1
0

De rij is klikbaar

This commit is contained in:
Daniel Boutros
2017-03-30 15:11:02 +02:00
parent 51943439f2
commit 32cb70e6d9
2 changed files with 10 additions and 1 deletions

View File

@ -47,3 +47,7 @@ ul.nv {
color: grey;
margin-top: 50px;
}
/** Table Row **/
.clickable {
cursor: pointer;
}