Skip to content
Snippets Groups Projects
Commit fa43480b authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

highlight active user menu entry

parent e188f0e4
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,11 @@
#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;
......@@ -310,7 +314,8 @@
}
#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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment