Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/css/tooltip.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/tooltip.scss b/core/css/tooltip.scss
index bad24adf2af..7c6a2f8a580 100644
--- a/core/css/tooltip.scss
+++ b/core/css/tooltip.scss
@@ -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 {