From 6dcd7bb32cd354c670cc23e78b3d8dc956444aea Mon Sep 17 00:00:00 2001 From: Oliver Weyhmueller Date: Sun, 15 Aug 2021 08:53:06 +0200 Subject: [PATCH] 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. --- data/web/css/build/013-bootstrap-icons.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/css/build/013-bootstrap-icons.css b/data/web/css/build/013-bootstrap-icons.css index 7585421c..4ea58d77 100644 --- a/data/web/css/build/013-bootstrap-icons.css +++ b/data/web/css/build/013-bootstrap-icons.css @@ -1,7 +1,7 @@ @font-face { font-family: "bootstrap-icons"; - src: url("../../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), -url("../../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff"); + src: url("/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), +url("/fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff"); } [class^="bi-"]::before,