]> source.dussan.org Git - nextcloud-server.git/commitdiff
highlight active user menu entry
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 25 Mar 2015 08:27:43 +0000 (09:27 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 25 Mar 2015 08:27:43 +0000 (09:27 +0100)
core/css/header.css

index f249be8c4b42d6388a3b7344ee689e71bb508763..c2d485de323c1d707f5dbe8706a6eb22bd870b72 100644 (file)
 #expand * {
        cursor: pointer;
 }
-#expand:hover, #expand:focus, #expand:active { color:#fff; }
+#expand:hover,
+#expand:focus,
+#expand:active {
+       color: #fff;
+}
 #expand img { 
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
        opacity: .7;
        }
        #expanddiv a:hover, 
        #expanddiv a:focus, 
-       #expanddiv a:active {
+       #expanddiv a:active,
+       #expanddiv a.active {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                opacity: 1;
        }