Add drop-shadow to next/prev arrows

white arrows on white bg is invisible, so add a simple black drop-shadow
This commit is contained in:
trwnh 2019-05-01 06:12:06 -05:00 committed by GitHub
parent 76e343f9e2
commit 51b64bed1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -540,3 +540,7 @@ details summary::-webkit-details-marker {
.tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
border-top-color: #dc3545;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
filter: drop-shadow(0px 0px 1px black);
}