From cbb4fefec93edc8fce03c82a75e0a73032d919c5 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Mon, 10 Oct 2011 21:06:18 +0200 Subject: [PATCH] Small improvement --- wcfsetup/install/files/acp/style/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index c27a971f1b..1c0e4f83bd 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -149,15 +149,15 @@ header.pageHeader nav.topMenu { -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .3); box-shadow: 0 3px 7px rgba(0, 0, 0, .3); - -webkit-transition: all .2s linear; - -moz-transition: all .2s linear; - -ms-transition: all .2s linear; - -o-transition: all .2s linear; - transition: all .2s linear; + -webkit-transition: background .2s linear; + -moz-transition: background .2s linear; + -ms-transition: background .2s linear; + -o-transition: background .2s linear; + transition: background .2s linear; } header.pageHeader nav.topMenu:hover { - background-color: rgba(0, 0, 0, .7); + background-color: rgba(0, 0, 0, .5); } header.pageHeader nav.topMenu > div { -- 2.20.1