2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+10 -5
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;
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long