From: Luzifr Date: Wed, 14 Dec 2011 14:07:40 +0000 (+0100) Subject: Small bug fix X-Git-Tag: 2.0.0_Beta_1~1529 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=252b12189e9e7f02e82c28218512b3d4bd6f06b4;p=GitHub%2FWoltLab%2FWCF.git Small bug fix --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 6cf1d87ff8..be556fa40c 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -240,7 +240,7 @@ header.pageHeader nav.topMenu { top: auto; } } -@-moz-keyframes glowButtons { +@-moz-keyframes showTopMenu { 0% { opacity: 0; top: -50px; @@ -256,7 +256,7 @@ header.pageHeader nav.topMenu { top: auto; } } -@-ms-keyframes glowButtons { +@-ms-keyframes showTopMenu { 0% { opacity: 0; top: -50px; @@ -273,7 +273,7 @@ header.pageHeader nav.topMenu { } } /* disabled to ease rendering work for Opera -@-o-keyframes glowButtons { +@-o-keyframes showTopMenu { 0% { opacity: 0; top: -50px; @@ -290,7 +290,7 @@ header.pageHeader nav.topMenu { } } */ -@keyframes glowButtons { +@keyframes showTopMenu { 0% { opacity: 0; top: -50px;