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

additional comments

parent 694c080d
No related branches found
No related tags found
No related merge requests found
...@@ -274,9 +274,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; } ...@@ -274,9 +274,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */
} }
/* icon opacity and hover effect */ /* icon opacity and hover effect */
#navigation a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5; } #navigation a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5; } /* 50% opacity when inactive */
#navigation a:hover, #navigation a:focus { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; } #navigation a:hover, #navigation a:focus { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; } /* 80% opacity when hovered or focused */
#navigation a.active { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; } #navigation a.active { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; } /* full opacity for the active app */
/* positioning */ /* positioning */
#navigation .icon { #navigation .icon {
display:block; display:block;
......
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