Same filename and directory in other branches
  1. 5.0.x css/views-slideshow-pager-bullets.css
.views-slideshow-controls-bottom .views-slideshow-pager-bullets {
  text-align: center;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
  padding: 0 6px;
  background: #222;
  margin: 0.4em;
  line-height: 12px;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #aaa;
  cursor: default;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  background: #555;
}

Fichier

css/views-slideshow-pager-bullets.css

View source
  1. .views-slideshow-controls-bottom .views-slideshow-pager-bullets {
  2. text-align: center;
  3. }
  4. .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  5. text-indent: -9999px;
  6. cursor: pointer;
  7. display: inline-block;
  8. border-radius: 6px;
  9. padding: 0 6px;
  10. background: #222;
  11. margin: 0.4em;
  12. line-height: 12px;
  13. }
  14. .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  15. background: #aaa;
  16. cursor: default;
  17. }
  18. .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  19. background: #555;
  20. }