Fix: Icons not displayed on oauth/authorize.php (#4232)

OAuth Authorization page did not show icons because of relative path.
As other fonts are included with an absolute path this should be fine here, too.
master
Oliver Weyhmueller 2021-08-15 08:53:06 +02:00 committed by GitHub
parent 2dfcfd16d0
commit 6dcd7bb32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@font-face { @font-face {
font-family: "bootstrap-icons"; font-family: "bootstrap-icons";
src: url("../../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), src: url("/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
url("../../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff"); url("/fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
} }
[class^="bi-"]::before, [class^="bi-"]::before,