mirror of https://github.com/Radarr/Radarr
Use cursor:default instead of cursor:text for quality selectable.
This commit is contained in:
parent
0921f60f08
commit
155f915435
|
@ -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 New Issue