mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07: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>
|
<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-selecting { background: #85AEF9; }
|
||||||
.quality-selected { background: #065EFE; color: white; }
|
.quality-selected { background: #065EFE; color: white; }
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue