Mercurial > hg > isophonics-drupal-site
diff modules/contrib/views_slideshow/css/views-slideshow-pager-bullets.css @ 5:c69a71b4f40f
Add slideshow module
author | Chris Cannam |
---|---|
date | Thu, 07 Dec 2017 14:46:23 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/contrib/views_slideshow/css/views-slideshow-pager-bullets.css Thu Dec 07 14:46:23 2017 +0000 @@ -0,0 +1,23 @@ +.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; +}