diff options
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index ce2cfa37c64..879ec7e51ad 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -880,11 +880,11 @@ div.crumb:active { .appear { opacity: 1; - transition: opacity 500ms ease 0s; + -webkit-transition: opacity 500ms ease 0s; -moz-transition: opacity 500ms ease 0s; -ms-transition: opacity 500ms ease 0s; -o-transition: opacity 500ms ease 0s; - -webkit-transition: opacity 500ms ease 0s; + transition: opacity 500ms ease 0s; } .appear.transparent { opacity: 0; |