diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 13:36:06 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 13:36:06 -0700 |
| commit | 22dbf9d8e4fc5568d9d49b40d1c1020fbab064c9 (patch) | |
| tree | 62eae892e3830f69fc1d7c549cd3178b6115ad90 /lib/patterns.less | |
| parent | 0ca33aa1ba665fe82fe1f1a5863b62fb4b27ca71 (diff) | |
| download | bootstrap-22dbf9d8e4fc5568d9d49b40d1c1020fbab064c9.tar.xz bootstrap-22dbf9d8e4fc5568d9d49b40d1c1020fbab064c9.zip | |
fix up the modals for ie8
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 c9d4eec2a..056d468f5 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -526,7 +526,7 @@ div.modal { width: 560px; margin: -280px 0 0 -250px; background-color: @white; - border: 1px solid rgba(0,0,0,.3); + border: 1px solid #555; .border-radius(6px); .box-shadow(0 3px 7px rgba(0,0,0,0.3)); .background-clip(padding); @@ -650,7 +650,7 @@ div.twipsy { height: 0; } .inner { - background: rgba(0,0,0,.8); + background: #333; padding: 3px; overflow: hidden; width: 280px; |
