Skip to content

Commit

Permalink
fix shading of apps icon in app menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Jul 29, 2016
1 parent f55ba62 commit 5d0f9da
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions core/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,13 @@
#navigation a:hover span,
#navigation a:focus span,
#navigation a.active svg,
#navigation a.active span {
#navigation a.active span,
#apps-management a:hover svg,
#apps-management a:focus svg,
#apps-management a.active svg,
#apps-management a:hover span,
#apps-management a:focus span,
#apps-management a.active span {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
opacity: .75;
}
Expand All @@ -234,12 +240,15 @@

/* Apps management */
#apps-management {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
opacity: .6;
min-height: initial;
height: initial;
margin: 0;
}
#apps-management a svg,
#apps-management a span {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
opacity: .3;
}


/* loading feedback for apps */
Expand Down

0 comments on commit 5d0f9da

Please sign in to comment.