changed design of page indicator dots

This commit is contained in:
Alexander Ries
2016-02-15 16:17:19 +01:00
parent 89ceea126e
commit 52f1f9cc68
@@ -1,10 +1,11 @@
.mgwt-Carousel-Indicator {
width: 12.5pt;
height: 12.5pt;
width: 10px;
height: 10px;
background-color: #666666;
border-radius: 0pt;
margin: 5pt;
margin-bottom: 12.5pt;
border-radius: 5px;
margin: 5px;
margin-bottom: 20px;
}
.mgwt-Carousel-Indicator-active {
@@ -25,4 +26,4 @@
position: absolute !important;
width: 100% !important;
height: 100% !important;
}
}