mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Adding more message-icons
This commit is contained in:
parent
df6659365b
commit
6e1a555790
@ -24,7 +24,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
{assign var='type' value='\wcf\data\chat\message\ChatMessage::TYPE_'}
|
{assign var='type' value='\wcf\data\chat\message\ChatMessage::TYPE_'}
|
||||||
.timsChatMessage{$type|concat:'JOIN'|constant}, .timsChatMessage{$type|concat:'LEAVE'|constant} {
|
.timsChatMessage{$type|concat:'JOIN'|constant}, .timsChatMessage{$type|concat:'LEAVE'|constant},
|
||||||
|
.timsChatMessage{$type|concat:'INFORMATION'|constant}, .timsChatMessage{$type|concat:'ERROR'|constant} {
|
||||||
background-position: left top;
|
background-position: left top;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
@ -37,6 +38,14 @@
|
|||||||
background-image: url({icon size='S'}toLeft1{/icon});
|
background-image: url({icon size='S'}toLeft1{/icon});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timsChatMessage{$type|concat:'INFORMATION'|constant} {
|
||||||
|
background-image: url({icon size='S'}systemInfo{/icon});
|
||||||
|
}
|
||||||
|
|
||||||
|
.timsChatMessage{$type|concat:'ERROR'|constant} {
|
||||||
|
background-image: url({icon size='S'}systemError{/icon});
|
||||||
|
}
|
||||||
|
|
||||||
.ajaxLoad {
|
.ajaxLoad {
|
||||||
background-image: url({icon size='S'}spinner1{/icon});
|
background-image: url({icon size='S'}spinner1{/icon});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user