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

remake with opacity thin

This commit is contained in:
Jacob Thornton
2011-08-28 17:42:09 -07:00
parent 9059a72bf8
commit ebff554430
3 changed files with 12 additions and 4 deletions
+5 -1
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 17:40:04 PDT 2011
* Date: Sun Aug 28 17:41:37 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).
@@ -1683,6 +1683,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
filter: e(%("progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=%d,endColorstr=%d)", '#aa000000', '#aa000000'));*/
background-color: #000;
opacity: .5;
position: fixed;
top: 0;
left: 0;
@@ -1690,6 +1691,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
bottom: 0;
z-index: 1000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.fade.in {
opacity: .5;
}