Skip to content
Snippets Groups Projects
Commit 74af852c authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #10557 from owncloud/better-hover-apps

full opacity for the hovered/focused app as well for better contrast
parents 36c88e28 f6c20025
Branches
No related tags found
No related merge requests found
......@@ -173,15 +173,10 @@
opacity: .5;
}
#navigation a:hover img, #navigation a:focus img,
#navigation a:hover span, #navigation a:focus span {
/* 80% opacity when hovered or focused */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
opacity: .8;
}
#navigation a:hover span, #navigation a:focus span,
#navigation a.active img,
#navigation a.active span {
/* full opacity for the active app */
/* full opacity for the active app or when hovered/focused */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment