diff options
| author | Mark Otto <[email protected]> | 2013-07-20 00:03:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-20 00:03:08 -0700 |
| commit | 4b7f63a3a269987a967a8d6f419bdda3c0f206bf (patch) | |
| tree | 72b61124571e6574df9ba4d8915060fd0047f5f7 /less | |
| parent | 72d913baeba17b5f50b4ff2c91e6f762fa9c3554 (diff) | |
| download | bootstrap-4b7f63a3a269987a967a8d6f419bdda3c0f206bf.tar.xz bootstrap-4b7f63a3a269987a967a8d6f419bdda3c0f206bf.zip | |
Update vars for badges, breadcrumbs; update customize page
Diffstat (limited to 'less')
| -rw-r--r-- | less/badges.less | 4 | ||||
| -rw-r--r-- | less/variables.less | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/less/badges.less b/less/badges.less index f2f2aedab..216d6014b 100644 --- a/less/badges.less +++ b/less/badges.less @@ -15,7 +15,7 @@ vertical-align: middle; white-space: nowrap; text-align: center; - background-color: @gray-light; + background-color: @badge-bg; border-radius: 10px; // Empty labels/badges collapse @@ -43,7 +43,7 @@ a.badge { // Account for counters in navs a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { - color: @link-color; + color: @badge-active-color; background-color: @badge-active-bg; } .nav-pills > li > a > .badge { diff --git a/less/variables.less b/less/variables.less index 5f2020afa..321590f53 100644 --- a/less/variables.less +++ b/less/variables.less @@ -377,9 +377,12 @@ // Badges // ------------------------- @badge-color: #fff; -@badge-active-bg: #fff; @badge-link-hover-color: #fff; +@badge-bg: #f5f5f5; +@badge-active-color: @link-color; +@badge-active-bg: #fff; + // Breadcrumbs // ------------------------- |
