Commit 3bfa630d authored by Geremia Taglialatela's avatar Geremia Taglialatela
Browse files

Added opacity to customizer and rebuilt customizer

parent 160ed856
1 merge request!11107Customizable modal backdrop opacity
Showing with 6 additions and 1 deletion
+6 -1
...@@ -1247,6 +1247,11 @@ base_url: "../" ...@@ -1247,6 +1247,11 @@ base_url: "../"
<input type="text" class="form-control" placeholder="#000" data-var="@modal-backdrop-bg"> <input type="text" class="form-control" placeholder="#000" data-var="@modal-backdrop-bg">
<p class="help-block">Modal backdrop background color</p> <p class="help-block">Modal backdrop background color</p>
</div> </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> </div>
<h3>Modal header and footer</h3> <h3>Modal header and footer</h3>
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment