diff options
| author | Vickash Mahabir <[email protected]> | 2013-01-18 17:35:23 -0400 |
|---|---|---|
| committer | Vickash Mahabir <[email protected]> | 2013-01-18 17:35:23 -0400 |
| commit | 665de0455cb433c9e3c3b6d6ad72318b46098650 (patch) | |
| tree | 6d942891caf5ea3f1a1b72a59c6fada56c067e28 /docs/assets/css/bootstrap.css | |
| parent | f068cdeb63770182b9e954eac9cbd11bf8df5d57 (diff) | |
| download | bootstrap-665de0455cb433c9e3c3b6d6ad72318b46098650.tar.xz bootstrap-665de0455cb433c9e3c3b6d6ad72318b46098650.zip | |
Change .badge to .counter, make appearance more OSX-ish, and remove colors
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 40 |
1 files changed, 9 insertions, 31 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 46cd2bc4b..5c7c2bba9 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3991,60 +3991,38 @@ a.thumbnail:hover { list-style: none; } -.badge { +.counter { display: inline-block; - padding: 2px 4px; + min-width: 10px; + padding: 2px 7px; font-size: 11.844px; font-weight: bold; line-height: 14px; color: #fff; + text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); white-space: nowrap; vertical-align: baseline; background-color: #999999; - border-radius: 3px; + border-radius: 10px; } -.badge:empty { +.counter:empty { display: none; } -a.badge:hover { +a.counter:hover { color: #fff; text-decoration: none; cursor: pointer; } -.badge-danger { - background-color: #b94a48; -} - -.badge-danger[href] { - background-color: #953b39; -} - -.badge-warning { - background-color: #f89406; -} - -.badge-warning[href] { - background-color: #c67605; -} - -.badge-success { - background-color: #468847; -} - -.badge-success[href] { - background-color: #356635; -} - -.btn .badge { +.btn .counter { position: relative; top: -1px; } -.btn-mini .badge { +.btn-mini .counter { top: 0; } |
