1/**
2 * style.css for Plugin catlist
3 *
4 * @license    MIT
5 * @author     Félix Faisant
6 *
7 */
8
9strong.li {
10	font-weight: bold !important;
11}
12
13.catlist_addpage * {
14	font-size: 10px !important;
15	color: __text__;
16}
17
18.catlist_addpage button {
19	margin: 0 !important;
20	padding: 1px !important;
21	display: inline;
22}
23
24button.catlist_expand {
25	border: none;
26	background: none;
27	background-image: url(images/expand.png);
28	background-repeat: no-repeat;
29	width: 10px;
30	height: 10px;
31}
32
33button.catlist_retract {
34	background-image: url(images/retract.png) !important;
35}