Browse Source

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

Make tooltip intransparent
tags/v12.0.0beta1
Morris Jobke 7 years ago
parent
commit
285a5b98b0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      core/css/tooltip.scss

+ 2
- 2
core/css/tooltip.scss 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 {

Loading…
Cancel
Save