Projet

Général

Profil

Paste
Télécharger (736 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / fivestar / widgets / basic / basic.css @ d50a36e0

1
/* Static View-only Star Version */
2
.fivestar-basic div.fivestar-widget-static .star {
3
  background-image: url(star.png);
4
}
5

    
6
.fivestar-basic div.fivestar-widget-static .star span.on {
7
  background-image: url(star.png);
8
}
9

    
10
.fivestar-basic div.fivestar-widget-static .star span.off {
11
  background-image: url(star.png);
12
}
13

    
14
/* Javascript Star Version */
15
.fivestar-basic div.fivestar-widget .cancel,
16
.fivestar-basic div.fivestar-widget .cancel a {
17
  background-image: url(cancel.png);
18
}
19
.fivestar-basic div.fivestar-widget .star,
20
.fivestar-basic div.fivestar-widget .star a {
21
  background-image: url(star.png);
22
}
23

    
24
.fivestar-basic div.fivestar-widget div.hover a,
25
.fivestar-basic div.rating div a:hover {
26
  background-image: url(star.png);
27
}