reliefsupports.org-v1 icon indicating copy to clipboard operation
reliefsupports.org-v1 copied to clipboard

flat-ui.min.css not working in the Firefox browser

Open harsha935 opened this issue 7 years ago • 2 comments

flat-ui.min.css not working in the Firefox browser. also not working in the developer edition. http://prntscr.com/fd9ch2

harsha935 avatar May 29 '17 05:05 harsha935

find this file reliefsupports/resources/views/layouts/master.blade.php

<link href="/public/css/flat-ui.min.css" rel="stylesheet">

This is the issue,

Change this in to

<link href="/css/flat-ui.min.css" rel="stylesheet">

you good to go

Do it to js too.

umanda avatar May 29 '17 05:05 umanda

Will be fixed after https://github.com/reliefsupports/reliefsupports.org/pull/154

thilinag avatar Jun 02 '17 16:06 thilinag