]> source.dussan.org Git - nextcloud-server.git/commitdiff
full opacity for the hovered/focused app as well for better contrast
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 20 Aug 2014 17:34:02 +0000 (19:34 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 20 Aug 2014 17:34:02 +0000 (19:34 +0200)
core/css/header.css

index 2df8cdd3aa3fa81347a995cf3fd37535295650d6..225cd98029b0908c43e8748a8b9c92239209c5f1 100644 (file)
                opacity: .5;
        }
        #navigation a:hover img, #navigation a:focus img,
-       #navigation a:hover span, #navigation a:focus span {
-               /* 80% opacity when hovered or focused */
-               -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
-               filter: alpha(opacity=80);
-               opacity: .8;
-       }
+       #navigation a:hover span, #navigation a:focus span,
        #navigation a.active img,
        #navigation a.active span {
-                /* full opacity for the active app */
+                /* full opacity for the active app or when hovered/focused */
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                opacity: 1;