2014-05-28 12:12:31 -04:00
|
|
|
.category-combobox, .select2-drop {
|
2013-09-05 15:37:07 -04:00
|
|
|
.badge-category {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.topic-count {
|
|
|
|
font-size: 11px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2013-09-05 15:37:07 -04:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2014-10-07 01:28:11 -04:00
|
|
|
.highlighted .topic-count, .select2-highlighted .category-desc {
|
2014-10-07 11:41:04 -04:00
|
|
|
color: $primary;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
.category-desc {
|
2014-12-10 10:25:35 -05:00
|
|
|
/* leave this color as non-variable -- it is displayed on a white background in a dropdown */
|
|
|
|
color: #333;
|
2014-03-06 01:14:51 -05:00
|
|
|
margin: 6px 0 0 3px;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 0.857em;
|
2014-10-07 01:28:11 -04:00
|
|
|
line-height: 16px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-03-08 08:25:03 -05:00
|
|
|
}
|