mirror of
https://github.com/Radarr/Radarr
synced 2025-02-20 21:37:18 +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;
|
||||
|
||||
:hover {
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue