aboutsummaryrefslogtreecommitdiff
path: root/lib/carousel.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-22 19:50:16 -0800
committerJacob Thornton <[email protected]>2012-01-22 19:50:16 -0800
commit1593671cb2e16947a50b8ce8985a1b2828c92b71 (patch)
treea97a85dfee948014864b8c4fb9b9e93634749f6c /lib/carousel.less
parentc424045c763440bf04cc7678c69d3f273d7e6e94 (diff)
parent0f2dd75c975b56f082b82a464065c3b2ccc7af86 (diff)
downloadbootstrap-1593671cb2e16947a50b8ce8985a1b2828c92b71.tar.xz
bootstrap-1593671cb2e16947a50b8ce8985a1b2828c92b71.zip
Merge pull request #1098 from lookfirst/fixstuff
2.0-wip: clean up variable usage with colors
Diffstat (limited to 'lib/carousel.less')
-rw-r--r--lib/carousel.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/carousel.less b/lib/carousel.less
index a9399ef63..1a18d44b6 100644
--- a/lib/carousel.less
+++ b/lib/carousel.less
@@ -70,7 +70,7 @@
line-height: 30px;
color: #ccc;
text-align: center;
- background: #999;
+ background: @grayLight;
background: rgba(0,0,0,.5);
.border-radius(20px);
@@ -82,9 +82,9 @@
// Hover state
&:hover {
- color: #fff;
+ color: @white;
text-decoration: none;
- background: #333;
+ background: @grayDark;
background: rgba(0,0,0,.75);
}
}
@@ -98,10 +98,10 @@
right: 0;
bottom: 0;
padding: 10px 15px 5px;
- background: #333;
+ background: @grayDark;
background: rgba(0,0,0,.75);
}
.carousel-caption h4,
.carousel-caption p {
- color: #fff;
+ color: @white;
}