diff options
| author | Mark Otto <[email protected]> | 2013-11-30 16:29:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 16:29:52 -0800 |
| commit | 6bc09dd94949e05827c541795e4133b0cdbf7cae (patch) | |
| tree | f4c16f2f83e8161340cb996e8107e6db33fa5754 /components.html | |
| parent | 359ac8f66a4f3de6ea4f5ab9cbe409879f3eeb90 (diff) | |
| download | bootstrap-6bc09dd94949e05827c541795e4133b0cdbf7cae.tar.xz bootstrap-6bc09dd94949e05827c541795e4133b0cdbf7cae.zip | |
Fixes #11268: Account for badges within buttons by matching background to text color and text color to background
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components.html b/components.html index 41b77f97f..e4c128ae3 100644 --- a/components.html +++ b/components.html @@ -2697,6 +2697,10 @@ body { padding-bottom: 70px; } </a> </li> </ul> + <br> + <button class="btn btn-primary" type="button"> + Messages <span class="badge">4</span> + </button> </div> {% highlight html %} <ul class="nav nav-pills nav-stacked"> |
