mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 11:22:06 +00:00
Use cursor:default instead of cursor:text for quality selectable.
This commit is contained in:
parent
0921f60f08
commit
155f915435
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
<style>
|
||||
.quality-selectee { width: 75px; padding: 1px; padding-left: 3px; padding-right: 3px; margin: 2px; float: left; }
|
||||
.quality-selectee { width: 75px; padding: 1px; padding-left: 3px; padding-right: 3px; margin: 2px; float: left; cursor: default; }
|
||||
.quality-selecting { background: #85AEF9; }
|
||||
.quality-selected { background: #065EFE; color: white; }
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue