summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki.action/mediawiki.action.history.styles.css
blob: 257f15361036ab1d2a26bbd1dc32ff1252c23978 (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
/* Basic styles for the history page */

#pagehistory .history-user {
	margin-left: 0.4em;
	margin-right: 0.2em;
}

#pagehistory li {
	border: 1px solid #fff;
}

#pagehistory li.selected {
	background-color: #f8f9fa;
	color: #222;
	border: 1px dashed #a2a9b1;
}

.mw-history-revisionactions {
	float: right;
}

.updatedmarker {
	background-color: #b7f430;
}