fix a lone lost opera vendor prefix

pull/2973/head
Matthew Hodgson 2017-01-16 19:00:44 +00:00
parent d74dfc9ee7
commit cab5bf8849
1 changed files with 1 additions and 1 deletions

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.