Mercurial > hg > isophonics-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:8948ab6c87d2 | 5:c69a71b4f40f |
---|---|
1 .views-slideshow-controls-bottom .views-slideshow-pager-bullets { | |
2 text-align: center; | |
3 } | |
4 | |
5 .views-slideshow-controls-bottom .views-slideshow-pager-bullets li { | |
6 text-indent: -9999px; | |
7 cursor: pointer; | |
8 display: inline-block; | |
9 border-radius: 6px; | |
10 padding: 0 6px; | |
11 background: #222; | |
12 margin: 0.4em; | |
13 line-height: 12px; | |
14 } | |
15 | |
16 .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active { | |
17 background: #AAA; | |
18 cursor: default; | |
19 } | |
20 | |
21 .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover { | |
22 background: #555; | |
23 } |