summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/less/tooltip.less
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/less/tooltip.less')
-rwxr-xr-x[-rw-r--r--]bower_components/bootstrap/less/tooltip.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower_components/bootstrap/less/tooltip.less b/bower_components/bootstrap/less/tooltip.less
index 819b9dff..5a95b846 100644..100755
--- a/bower_components/bootstrap/less/tooltip.less
+++ b/bower_components/bootstrap/less/tooltip.less
@@ -13,7 +13,7 @@
line-height: 1.4;
.opacity(0);
- &.in { .opacity(1); }
+ &.in { .opacity(.9); }
&.top { margin-top: -3px; padding: 5px 0; }
&.right { margin-left: 3px; padding: 0 5px; }
&.bottom { margin-top: 3px; padding: 5px 0; }