Updated moderation (sandbox, silence, delete) icons for UserFlag
This commit is contained in:
parent
385573f174
commit
e9d27dc96e
BIN
plugins/UserFlag/icon_sandbox.gif
Normal file
BIN
plugins/UserFlag/icon_sandbox.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 B |
BIN
plugins/UserFlag/icon_silence.gif
Normal file
BIN
plugins/UserFlag/icon_silence.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 B |
BIN
plugins/UserFlag/icon_skull.gif
Normal file
BIN
plugins/UserFlag/icon_skull.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 B |
@ -2,3 +2,16 @@
|
|||||||
.entity_flag p {
|
.entity_flag p {
|
||||||
background:url(icon_flag.gif) 5px 5px no-repeat;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user