1
0
Fork 0

Merge pull request #1238 from pixelfed/trwnh-invisible-arrows

Add drop-shadow to next/prev arrows
This commit is contained in:
daniel 2019-05-01 14:21:21 -06:00 committed by GitHub
commit 8aa27b8864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -548,3 +548,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);
}