diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 69a2009f3..811aaab37 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5091,6 +5091,11 @@ textarea.input-group-sm > .input-group-btn > .btn { display: none; } +.btn .label { + position: relative; + top: -1px; +} + .label-default { background-color: #999999; } @@ -5164,6 +5169,11 @@ textarea.input-group-sm > .input-group-btn > .btn { display: none; } +.btn .badge { + position: relative; + top: -1px; +} + a.badge:hover, a.badge:focus { color: #ffffff; @@ -5171,11 +5181,6 @@ a.badge:focus { cursor: pointer; } -.btn .badge { - position: relative; - top: -1px; -} - a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; |
