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

Merge branch '3.0.x'

This commit is contained in:
Tim Düsterhus 2014-08-17 02:56:00 +02:00
commit d462381f88

View File

@ -78,9 +78,6 @@
// this is “a bit” hacky // this is “a bit” hacky
margin-top: @wcfGapMedium !important; margin-top: @wcfGapMedium !important;
> .tabMenuContent {
}
.timsChatMessageContainer { .timsChatMessageContainer {
&.notify { &.notify {
-webkit-animation-duration: .2s; -webkit-animation-duration: .2s;
@ -399,11 +396,7 @@
} }
&, &.invisible { &, &.invisible {
-webkit-transition: opacity .2s ease-in-out; .transition(opacity, .2s, ease-in-out);
-moz-transition: opacity .2s ease-in-out;
-ms-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
} }
&.invisible { &.invisible {