From ba97bc55c5962b4f0d8f21a80b6ffd82caa21f23 Mon Sep 17 00:00:00 2001 From: Sam Thompson Date: Wed, 21 Jan 2015 12:32:10 -0600 Subject: [PATCH] Change cursor to default for read only version --- src/jquery.rateyo.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/jquery.rateyo.css b/src/jquery.rateyo.css index 2555870..137206d 100644 --- a/src/jquery.rateyo.css +++ b/src/jquery.rateyo.css @@ -29,3 +29,6 @@ left: 0; overflow: hidden; } +.rateyo-readonly-widg { + cursor: default; +}