Small improvement
authorLuzifr <szekely@woltlab.com>
Mon, 10 Oct 2011 19:06:18 +0000 (21:06 +0200)
committerLuzifr <szekely@woltlab.com>
Mon, 10 Oct 2011 19:06:18 +0000 (21:06 +0200)
wcfsetup/install/files/acp/style/style.css

index c27a971f1b97cfce42e47c95569b1a244f6a42b7..1c0e4f83bdb2df95186ca299a349854bf74bedee 100644 (file)
@@ -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 {