2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

give popovers and modals border colors you can see in IE8 and down

This commit is contained in:
Mark Otto
2011-08-21 20:17:10 -07:00
parent 12efeccdf7
commit 59aea3bafd
3 changed files with 9 additions and 7 deletions
+3 -2
View File
@@ -630,7 +630,8 @@ div.topbar {
height: 0;
}
.inner {
background: rgba(0,0,0,.8);
background-color: #333;
background-color: rgba(0,0,0,.8);
padding: 3px;
overflow: hidden;
width: 280px;
@@ -638,7 +639,7 @@ div.topbar {
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
}
.title {
background: #f5f5f5;
background-color: #f5f5f5;
padding: 9px 15px;
line-height: 1;
.border-radius(3px 3px 0 0);