diff options
| author | Geremia Taglialatela <[email protected]> | 2013-10-15 21:13:49 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2013-10-15 21:13:49 +0200 |
| commit | 3bfa630d2afe70452861b2466daab78daa47dda8 (patch) | |
| tree | 2fe7f82b202d088603c76bb4e39acc22a14bb786 /customize.html | |
| parent | 160ed8561672c4d59eff839d3e8bacd8ff1fb100 (diff) | |
| download | bootstrap-3bfa630d2afe70452861b2466daab78daa47dda8.tar.xz bootstrap-3bfa630d2afe70452861b2466daab78daa47dda8.zip | |
Added opacity to customizer and rebuilt customizer
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/customize.html b/customize.html index 5b6a09c40..35b0a7436 100644 --- a/customize.html +++ b/customize.html @@ -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> |
