-
Bug
-
Resolution: Done
-
Minor
-
7.11.1.GA
-
False
-
False
-
Closing, reason: minor issue.
-
- Change the name of the file form "styles.css" to "Styles.css"
- Edit the urls from "../bower_components/patternfly/dist/fonts/" to "../fonts/"
-
-
2022 Week 14-16 (from Apr 4), 2022 Week 17-19 (from Apr 25)
There is an error in loading Styles.css when the Business Central is opened. Attached is the screenshot for the same.
There is a "styles.css" in business-central\org.kie.bc.KIEWebapp\css instead of "Styles.css". The Capital "S" in Styles.css is incorrect.
Also the styles.css contains the following wrong links:
@font-face { font-family: 'PatternFlyIcons-webfont'; src: url('../bower_components/patternfly/dist/fonts/PatternFlyIcons-webfont.eot'); src: url('../bower_components/patternfly/dist/fonts/PatternFlyIcons-webfont.eot?#iefix') format('embedded-opentype'), url('../bower_components/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf') format('truetype'), url('../bower_components/patternfly/dist/fonts/PatternFlyIcons-webfont.woff') format('woff'), url('../bower_components/patternfly/dist/fonts/PatternFlyIcons-webfont.svg#PatternFlyIcons-webfont') format('svg'); font-weight: normal; font-style: normal; }