Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
css/superslides.css
|
@ -50,7 +50,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.slides-pagination a { |
|
|
.slides-pagination a { |
|
|
border: 2px solid #fff; |
|
|
border: 2px solid #333; |
|
|
border-radius: 15px; |
|
|
border-radius: 15px; |
|
|
width: 12px; |
|
|
width: 12px; |
|
|
height: 12px; |
|
|
height: 12px; |
|
@ -66,5 +66,5 @@ |
|
|
text-indent: -100%; |
|
|
text-indent: -100%; |
|
|
} |
|
|
} |
|
|
.slides-pagination a.current { |
|
|
.slides-pagination a.current { |
|
|
background: #fff; |
|
|
background: #333; |
|
|
} |
|
|
} |
|
|