1/**
2 * This file contains style overrides for selected plugins
3 * @author Sascha Leib <sascha@leib.be>
4 */
5
6/* upgrade plugin */
7#plugin__upgrade_meter {
8	& {
9		height: 26px;
10	}
11	ol li {
12		.stage {
13		color: #444;
14		}
15		.step {
16			color: #444;
17		}
18		&.active {
19			height: 26px;
20		}
21	}
22}
23#plugin__upgrade_form {
24	button {
25		padding: .25em .5em;
26		cursor: pointer;
27	}
28}