0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Added opacity to customizer and rebuilt customizer

This commit is contained in:
Geremia Taglialatela 2013-10-15 21:13:49 +02:00
parent 160ed85616
commit 3bfa630d2a
2 changed files with 6 additions and 1 deletions

View File

@ -1247,6 +1247,11 @@ base_url: "../"
<input type="text" class="form-control" placeholder="#000" data-var="@modal-backdrop-bg">
<p class="help-block">Modal backdrop background color</p>
</div>
<div class="col-md-4">
<label>@modal-backdrop-opacity</label>
<input type="text" class="form-control" placeholder=".5" data-var="@modal-backdrop-opacity">
<p class="help-block">Modal backdrop opacity</p>
</div>
</div>
<h3>Modal header and footer</h3>

File diff suppressed because one or more lines are too long