diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/carousel.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/carousel.less b/less/carousel.less index 7c75a519b..9816200f4 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -163,6 +163,9 @@ padding-bottom: 20px; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.6); + & .btn { + text-shadow: none; // No shadow for button elements in carousel-caption + } } |
