mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fit the tooltip shadow to the default variable
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
9080976975
commit
4febc4811a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue