mirror of
https://github.com/Radarr/Radarr
synced 2025-02-21 22:07:21 +00:00
Fixed: Use proper cursor for text and linked labels (#3041)
This commit is contained in:
parent
ab0bf64273
commit
31c357fdde
1 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,10 @@
|
||||||
width : 170px;
|
width : 170px;
|
||||||
|
|
||||||
:hover {
|
:hover {
|
||||||
|
cursor : default;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue