1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-12 04:22:35 +02:00

Use cursor:default instead of cursor:text for quality selectable.

This commit is contained in:
Mark McDowall 2011-05-29 23:05:55 -07:00
parent 0921f60f08
commit 155f915435

View File

@ -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>