Merge pull request #3264 from awesomerobot/master

bullet category fixes
This commit is contained in:
Sam 2015-03-10 16:40:43 +11:00
commit b62a72f82c
1 changed files with 13 additions and 1 deletions

View File

@ -55,7 +55,7 @@
span.badge-category {
color: $primary !important;
vertical-align: text-top;
margin-top: -1px; //vertical alignment fix
line-height: 1;
margin-left: 4px;
display: inline-block;
@ -163,6 +163,18 @@
color: $primary !important;
}
li.bullet>.badge-category {
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
color: $primary !important;
.badge-category-bg {
width: 10px;
height: 10px;
display: inline-block;
}
}
}
.category-dropdown-menu {