2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

change window to 'body'

This commit is contained in:
Jacob Thornton
2011-08-28 16:36:44 -07:00
parent 1a5f8205ff
commit a0cb72f9ae
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Aug 28 16:23:47 PDT 2011
* Date: Sun Aug 28 16:34:52 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1680,7 +1680,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
}
.modal-backdrop {
background-color: rgba(0, 0, 0, 0.5);
filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000', endColorstr='#aa000000')";
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000',endColorstr='#aa000000');
position: fixed;
top: 0;
left: 0;