fix a lone lost opera vendor prefix

This commit is contained in:
Matthew Hodgson 2017-01-16 19:00:44 +00:00
parent d74dfc9ee7
commit cab5bf8849

View File

@ -83,7 +83,7 @@ textarea {
/* applied to side-panels and messagepanel when in RoomSettings */
.mx_fadable {
opacity: 1;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
/* XXX: critical hack to GeminiScrollbar to allow them to work in FF 42 and Chrome 48.