summaryrefslogtreecommitdiff
path: root/plugins/UserFlag/userflag.css
blob: e8ba66da84e58f763eb2539f8310e856cdb7b582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.entity_flag input.submit,
.entity_flag p {
background:url(icon_flag.gif) 5px 5px no-repeat;
}
.entity_sandbox input.submit,
.entity_sandbox p {
background:url(icon_sandbox.gif) 5px 5px no-repeat;
}
.entity_silence input.submit,
.entity_silence p {
background:url(icon_silence.gif) 5px 5px no-repeat;
}
.entity_delete input.submit,
.entity_delete p {
background:url(icon_skull.gif) 5px 5px no-repeat;
}