0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
This commit is contained in:
Mark Otto 2013-11-30 21:17:53 -08:00
parent a127f3921e
commit 22da6fcfb2
3 changed files with 12 additions and 7 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long