mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
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;
|
||||
filter: alpha(opacity = 0);
|
||||
&.in {
|
||||
opacity: 0.9;
|
||||
filter: alpha(opacity = 90);
|
||||
opacity: 1;
|
||||
filter: alpha(opacity = 100);
|
||||
}
|
||||
|
||||
&.top {
|
||||
|
|
|
|||
Loading…
Reference in a new issue