fix the popover background color to work in ie7

This commit is contained in:
Mark Otto
2011-10-20 09:13:22 -07:00
parent b62475a22e
commit 12d7fc82f3
3 changed files with 6 additions and 6 deletions

View File

@@ -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;