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