mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Remove relicts
This commit is contained in:
parent
83f41f2113
commit
74a1b58085
@ -77,10 +77,7 @@
|
|||||||
// overwrite WCF margin overwrite on tab menu content with WCF marginTop like margin
|
// overwrite WCF margin overwrite on tab menu content with WCF marginTop like margin
|
||||||
// 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user