aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-06 18:05:37 -0700
committerMark Otto <[email protected]>2013-08-06 18:05:37 -0700
commit3f3dfc54e77036e726154e21d1a34f1f5918b4d7 (patch)
treefdc5710cdd473383160c9cc636f2db358baae793 /less
parent076ec90d0bb689099cd884d3bdbaf8f811b8b6d4 (diff)
downloadbootstrap-3f3dfc54e77036e726154e21d1a34f1f5918b4d7.tar.xz
bootstrap-3f3dfc54e77036e726154e21d1a34f1f5918b4d7.zip
update use of mixins and add bg-colors where necessary
Diffstat (limited to 'less')
-rw-r--r--less/carousel.less2
-rw-r--r--less/dropdowns.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/less/carousel.less b/less/carousel.less
index 045cd52f3..fbb479904 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -81,13 +81,11 @@
// Set gradients for backgrounds
&.left {
#gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001));
- background-color: transparent;
}
&.right {
left: auto;
right: 0;
#gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5));
- background-color: transparent;
}
// Hover/focus state
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 675300de5..0dda5c9ce 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -74,6 +74,7 @@
text-decoration: none;
color: @dropdown-link-hover-color;
#gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));
+ background-color: darken(@dropdown-link-hover-bg, 5%);
}
}
@@ -87,6 +88,7 @@
text-decoration: none;
outline: 0;
#gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));
+ background-color: darken(@dropdown-link-active-bg, 5%);
}
}