Projet

Général

Profil

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

root / drupal7 / sites / all / modules / flexslider / assets / css / flexslider_img.css @ 13755f8d

1
/* Avoid scroll bar issues when the slider is next to the edge of the page */
2
.flexslider .flex-direction-nav a,
3
.flexslider .flex-direction-nav a {
4
  display: none;
5
}
6
.flexslider:hover .flex-direction-nav a,
7
.flexslider:hover .flex-direction-nav a {
8
  display: block;
9
}