Merge pull request #6650 from nextcloud/tooltip-shadow-use-variable

Fit the tooltip shadow to the default variable
This commit is contained in:
Jan-Christoph Borchardt 2017-09-26 17:46:17 +02:00 committed by GitHub
commit 2450b67cb7
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
padding: 5px 8px;
background-color: $color-main-background;
color: $color-main-text;
box-shadow: 0 1px 10px rgba(150, 150, 150, .75);
box-shadow: 0 1px 10px $color-box-shadow;
text-align: center;
border-radius: 3px;
}