summaryrefslogtreecommitdiff
path: root/extensions/Vector/modules/ext.vector.sectionEditLinks.css
blob: 07df70aa054c44dc42ddac16e261f3c8415f903b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * Section edit links
 */

span.vector-editLink {
	float: none;
	display: inline-block;
}

span.vector-editLink a {
	padding-left: 18px;
	/* @embed */
	background: url(images/edit-faded.png) left top no-repeat;
}

span.vector-editLink a:hover {
	/* @embed */
	background-image: url(images/edit.png);
}