]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/UserFlag/userflag.css
e8ba66da84e58f763eb2539f8310e856cdb7b582
[quix0rs-gnu-social.git] / plugins / UserFlag / userflag.css
1 .entity_flag input.submit,
2 .entity_flag p {
3 background:url(icon_flag.gif) 5px 5px no-repeat;
4 }
5 .entity_sandbox input.submit,
6 .entity_sandbox p {
7 background:url(icon_sandbox.gif) 5px 5px no-repeat;
8 }
9 .entity_silence input.submit,
10 .entity_silence p {
11 background:url(icon_silence.gif) 5px 5px no-repeat;
12 }
13 .entity_delete input.submit,
14 .entity_delete p {
15 background:url(icon_skull.gif) 5px 5px no-repeat;
16 }
17