mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 04:50:24 +00:00
grunt
This commit is contained in:
parent
a127f3921e
commit
22da6fcfb2
3 changed files with 12 additions and 7 deletions
15
dist/css/bootstrap.css
vendored
15
dist/css/bootstrap.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue