mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 23:41:39 +08:00
添加Metronic(作为LFS)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
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);
|
||||
}
|
Reference in New Issue
Block a user