diff options
| author | Mark Otto <[email protected]> | 2011-09-10 15:29:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 15:29:53 -0700 |
| commit | a95a0ed71c935c61c7c3d045e82df0b1d0cf5725 (patch) | |
| tree | 4f99c3837487851e475f317977169a389d277c6e /lib/patterns.less | |
| parent | 99ede580cf85611bf446abd46fa1ad4daf850a59 (diff) | |
| parent | a8d447582741486e66a6a073015a9e9bd431af29 (diff) | |
| download | bootstrap-a95a0ed71c935c61c7c3d045e82df0b1d0cf5725.tar.xz bootstrap-a95a0ed71c935c61c7c3d045e82df0b1d0cf5725.zip | |
conflict
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index d0262b3b9..53ad3f991 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -829,6 +829,9 @@ input[type=submit].btn { font-size: 11px; z-index: 1000; .opacity(80); + &.fade.in { + .opacity(80); + } &.above .twipsy-arrow { #popoverArrow > .above(); } &.left .twipsy-arrow { #popoverArrow > .left(); } &.below .twipsy-arrow { #popoverArrow > .below(); } |
