diff --git a/contao/config/config.php b/contao/config/config.php index e3d09e9..3e307f3 100644 --- a/contao/config/config.php +++ b/contao/config/config.php @@ -62,6 +62,6 @@ $scopeMatcher = System::getContainer()->get('contao.routing.scope_matcher'); if ($request && $scopeMatcher->isBackendRequest($request)) { - $GLOBALS['TL_CSS'][] = $assetsDir.'/css/sf_moderation.scss|static'; - $GLOBALS['TL_CSS'][] = $assetsDir.'/css/backend.css|static'; + $GLOBALS['TL_CSS'][] = $assetsDir.'/css/sf_moderation.min.css|static'; + $GLOBALS['TL_CSS'][] = $assetsDir.'/css/backend.min.css|static'; } diff --git a/contao/templates/be/be_sf_moderate.html5 b/contao/templates/be/be_sf_moderate.html5 index 56fad1d..e102897 100644 --- a/contao/templates/be/be_sf_moderate.html5 +++ b/contao/templates/be/be_sf_moderate.html5 @@ -1,5 +1,5 @@
-
+