Sha256: 92febaed0799199a9fa766e4facc4a7a119063ccd5777de2d5156540e45e61b7

Contents?: true

Size: 532 Bytes

Versions: 2

Compression:

Stored size: 532 Bytes

Contents

/*
SOURCE: http://iconexpo.com/2008/12/free-8color-star-icons/

*/


div.bigstars div.rateit-range
{
    background: url(star-white32.png);
    height: 32px;
}

div.bigstars div.rateit-hover
{
    background: url(star-gold32.png);
}

div.bigstars div.rateit-selected
{
    background: url(star-red32.png);
}

div.bigstars div.rateit-reset
{
    background: url(star-black32.png);
    width: 32px;
    height: 32px;

}

div.bigstars div.rateit-reset:hover
{
    background: url(star-white32.png);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-rateit-0.2 example/content/bigstars.css
rails-rateit-0.1 example/content/bigstars.css