Merge pull request #7729 from nextcloud/fix-tooltip-shadow

Improve shadow of tooltips
This commit is contained in:
Jan-Christoph Borchardt 2018-01-09 11:05:51 +01:00 committed by GitHub
commit c747d6c95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ select {
.ie .header-left #navigation,
.ie .ui-datepicker,
.ie .ui-timepicker.ui-widget,
.ie #appmenu li span {
.ie #appmenu li span,
.ie .tooltip-inner {
box-shadow: 0 1px 10px $color-box-shadow;
}

View File

@ -31,6 +31,7 @@
font-size: 12px;
opacity: 0;
z-index: 100000;
filter: drop-shadow(0 1px 10px $color-box-shadow);
&.in {
opacity: 1;
}
@ -115,7 +116,6 @@
padding: 5px 8px;
background-color: $color-main-background;
color: $color-main-text;
box-shadow: 0 1px 10px $color-box-shadow;
text-align: center;
border-radius: $border-radius;
}