highlight active user menu entry
This commit is contained in:
parent
e188f0e436
commit
fa43480b55
|
@ -271,7 +271,11 @@
|
||||||
#expand * {
|
#expand * {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#expand:hover, #expand:focus, #expand:active { color:#fff; }
|
#expand:hover,
|
||||||
|
#expand:focus,
|
||||||
|
#expand:active {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
#expand img {
|
#expand img {
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
|
@ -310,7 +314,8 @@
|
||||||
}
|
}
|
||||||
#expanddiv a:hover,
|
#expanddiv a:hover,
|
||||||
#expanddiv a:focus,
|
#expanddiv a:focus,
|
||||||
#expanddiv a:active {
|
#expanddiv a:active,
|
||||||
|
#expanddiv a.active {
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue