summaryrefslogtreecommitdiffstats
path: root/templates/55/ad-hominem/css/plugins.less
blob: f2f379c2b6defc8fa79719af39881b0ccc411328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
 * This file contains style overrides for selected plugins
 * @author Sascha Leib <sascha@leib.be>
 */

/* upgrade plugin */
#plugin__upgrade_meter {
	& {
		height: 26px;
	}
	ol li {
		.stage {
		color: #444;
		}
		.step {
			color: #444;
		}
		&.active {
			height: 26px;
		}
	}
}
#plugin__upgrade_form {
	button {
		padding: .25em .5em;
		cursor: pointer;
	}
}