Merge pull request #21454 from owncloud/proper-style-sidebar-transparency

Use color instead of transparency for proper tooltip appearance
This commit is contained in:
Jörn Friedrich Dreyer 2016-01-05 14:50:16 +01:00
commit 2b194d6f88
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@
}
#app-sidebar .file-details {
color: #999;
}
#app-sidebar .file-details img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
}