diff options
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/customize.html b/customize.html index 4d5a53819..15c5a2cf3 100644 --- a/customize.html +++ b/customize.html @@ -788,6 +788,8 @@ base_url: "../" <div class="row"> <div class="col-lg-6"> <h4>Common values</h4> + <label>@nav-link-padding</label> + <input type="text" class="form-control" placeholder="10px 15px"> <label>@nav-link-hover-bg</label> <input type="text" class="form-control" placeholder="@gray-lighter"> <label>@nav-disabled-link-color</label> @@ -1271,12 +1273,12 @@ base_url: "../" </div> <div class="col-lg-4"> <label>@pagination-active-bg</label> - <input type="text" class="form-control" placeholder="#f5f5f5"> + <input type="text" class="form-control" placeholder="@brand-primary"> <p class="help-block">Active background color</p> </div> <div class="col-lg-4"> <label>@pagination-active-color</label> - <input type="text" class="form-control" placeholder="@gray-light"> + <input type="text" class="form-control" placeholder="#fff"> <p class="help-block">Active text color</p> </div> <div class="col-lg-4"> |
