diff options
| author | Mark Otto <[email protected]> | 2012-11-03 13:44:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-03 13:44:55 -0700 |
| commit | a12eb2b9f5457f53639938b800766fd856bda415 (patch) | |
| tree | 3101e32e5f6d0be68ca46c8f20033e072572ea99 /less | |
| parent | a249d1c8ee597c4f0f29da55b15cf35accd4221c (diff) | |
| download | bootstrap-a12eb2b9f5457f53639938b800766fd856bda415.tar.xz bootstrap-a12eb2b9f5457f53639938b800766fd856bda415.zip | |
rgba() tooltip bg
Diffstat (limited to 'less')
| -rw-r--r-- | less/tooltip.less | 2 | ||||
| -rw-r--r-- | less/variables.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/less/tooltip.less b/less/tooltip.less index 0d8eb4f1c..34f4a905f 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -12,7 +12,7 @@ padding: 5px; font-size: 11px; .opacity(0); - &.in { .opacity(80); } + &.in { .opacity(100); } &.top { margin-top: -3px; } &.right { margin-left: 3px; } &.bottom { margin-top: 3px; } diff --git a/less/variables.less b/less/variables.less index 783652333..11a4d2daa 100644 --- a/less/variables.less +++ b/less/variables.less @@ -250,7 +250,7 @@ // Tooltips and popovers // ------------------------- @tooltipColor: #fff; -@tooltipBackground: #000; +@tooltipBackground: rgba(0,0,0,.9); @tooltipArrowWidth: 5px; @tooltipArrowColor: @tooltipBackground; |
