fix shading of apps icon in app menu

This commit is contained in:
Jan-Christoph Borchardt 2016-07-29 15:48:05 +02:00
parent f55ba62a00
commit 5d0f9dabf6
1 changed files with 12 additions and 3 deletions

View File

@ -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;
}
@ -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 */