diff options
| author | Mark Otto <[email protected]> | 2011-08-21 20:17:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-21 20:17:10 -0700 |
| commit | 59aea3bafd6bba4928e6ba561f54a11feb596d32 (patch) | |
| tree | 38275bcfb8a1c205e8ea23fb114bb6d32c4bef27 /lib | |
| parent | 12efeccdf74b61b61b8d784b55fa857eb409b8b9 (diff) | |
| download | bootstrap-59aea3bafd6bba4928e6ba561f54a11feb596d32.tar.xz bootstrap-59aea3bafd6bba4928e6ba561f54a11feb596d32.zip | |
give popovers and modals border colors you can see in IE8 and down
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index fbe3df3ea..1f8f28963 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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); |
