Skip to content
Snippets Groups Projects
Commit da882b13 authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

The Opacity for the navigation loads fine for icon and App name.

parent 000a568b
No related branches found
No related tags found
No related merge requests found
......@@ -256,8 +256,11 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */
}
#navigation a:hover, #navigation a:focus { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; }
#navigation a.active { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
#navigation .icon { display:block; width:32px; height:32px; margin:0 16px 0; padding:8px 0 4px;}
#navigation a.active .icon, #navigation a.active span { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
#navigation .icon {
display:block; width:32px; height:32px; margin:0 16px 0; padding:8px 0 4px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5;
}
#navigation li:first-child a { padding-top:16px; }
......
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