Commit 22da6fcf authored by Mark Otto's avatar Mark Otto

grunt

parent a127f392
...@@ -5091,6 +5091,11 @@ textarea.input-group-sm > .input-group-btn > .btn { ...@@ -5091,6 +5091,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: none; display: none;
} }
.btn .label {
position: relative;
top: -1px;
}
.label-default { .label-default {
background-color: #999999; background-color: #999999;
} }
...@@ -5164,6 +5169,11 @@ textarea.input-group-sm > .input-group-btn > .btn { ...@@ -5164,6 +5169,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: none; display: none;
} }
.btn .badge {
position: relative;
top: -1px;
}
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #ffffff; color: #ffffff;
...@@ -5171,11 +5181,6 @@ a.badge:focus { ...@@ -5171,11 +5181,6 @@ a.badge:focus {
cursor: pointer; cursor: pointer;
} }
.btn .badge {
position: relative;
top: -1px;
}
a.list-group-item.active > .badge, a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge { .nav-pills > .active > a > .badge {
color: #428bca; color: #428bca;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment