1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: Use proper cursor for text and linked labels (#3041)

This commit is contained in:
Ricardo Amaral 2018-09-24 15:43:43 +01:00 committed by Leonardo Galli
parent ab0bf64273
commit 31c357fdde

View File

@ -156,6 +156,10 @@
width : 170px;
:hover {
cursor : default;
}
a:hover {
cursor : pointer;
}