give popovers and modals border colors you can see in IE8 and down
This commit is contained in:
parent
12efeccdf7
commit
59aea3bafd
3 changed files with 9 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue