diff options
| author | Mark Otto <[email protected]> | 2011-10-20 09:13:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-20 09:13:22 -0700 |
| commit | 12d7fc82f32f98d7158768ff53f5a4eeb0c3410f (patch) | |
| tree | e7303616bce58264766d2637d3912fd05d212f1f /lib/patterns.less | |
| parent | b62475a22ef15b53a8401cfcc093375cb84e7528 (diff) | |
| download | bootstrap-12d7fc82f32f98d7158768ff53f5a4eeb0c3410f.tar.xz bootstrap-12d7fc82f32f98d7158768ff53f5a4eeb0c3410f.zip | |
fix the popover background color to work in ie7
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index a2fe85ed8..22d2bc014 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -959,8 +959,8 @@ input[type=submit].btn { height: 0; } .inner { - background-color: @black; - background-color: rgba(0,0,0,.8); + background: @black; + background: rgba(0,0,0,.8); padding: 3px; overflow: hidden; width: 280px; |
