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; font-size: 26px;
flex: 1; flex: 1;
} }
.icon-upload {
cursor: pointer;
}
</style> </style>

View File

@ -45,6 +45,10 @@
flex-direction: column; flex-direction: column;
padding: 0.5em; padding: 0.5em;
} }
.btn {
cursor: pointer;
}
} }
</style> </style>