summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Scribunto/modules/ext.scribunto.errors.css
blob: 9fed4244305cb2744dd39018442a5c4090c59659 (plain)
1
2
3
4
5
6
7
8
.scribunto-error {
	cursor: pointer;
}

.scribunto-error:hover,
.scribunto-error:focus {
	text-decoration: underline;
}