Merge pull request #4602 from nextcloud/make-tooltip-intransparent
Make tooltip intransparent
This commit is contained in:
commit
285a5b98b0
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
filter: alpha(opacity = 0);
|
filter: alpha(opacity = 0);
|
||||||
&.in {
|
&.in {
|
||||||
opacity: 0.9;
|
opacity: 1;
|
||||||
filter: alpha(opacity = 90);
|
filter: alpha(opacity = 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.top {
|
&.top {
|
||||||
|
|
Loading…
Reference in a new issue