Merge pull request #4602 from nextcloud/make-tooltip-intransparent

Make tooltip intransparent
This commit is contained in:
Morris Jobke 2017-04-30 11:13:36 -03:00 committed by GitHub
commit 285a5b98b0
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
z-index: 100000;
filter: alpha(opacity = 0);
&.in {
opacity: 0.9;
filter: alpha(opacity = 90);
opacity: 1;
filter: alpha(opacity = 100);
}
&.top {