Set cursor to hand when hovering over buttons

This commit is contained in:
dtluna 2016-11-23 01:58:25 +03:00
parent ea697a1bb1
commit 93be453037
2 changed files with 8 additions and 0 deletions

View file

@ -15,4 +15,8 @@
font-size: 26px;
flex: 1;
}
.icon-upload {
cursor: pointer;
}
</style>