1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Merge branch 'master' of github.com:wbbaddons/Tims-Chat

This commit is contained in:
Tim Düsterhus 2012-02-05 21:48:39 +01:00
commit d0800739bb
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ consoleMock ?=
$('#timsChatTopic').text data.topic
$('#timsChatTopic').wcfBlindIn() if $('#timsChatTopic').text().trim() isnt '' and $('#timsChatTopic').is(':hidden')
$('.timsChatMessage').animate('opacity', .8);
$('.timsChatMessage').addClass('unloaded', 800);
@handleMessages data.messages
document.title = @titleTemplate.fetch data
, @)

View File

@ -100,7 +100,7 @@ .timsChatMessage {
}
}
.unloaded {
&.unloaded {
opacity: 0.4;
}
}