... |
... |
@@ -30,6 +30,7 @@ class KernelRequestSubscriber implements EventSubscriberInterface
|
30 |
30 |
$GLOBALS['TL_CSS'][] = 'bundles/vonrotenbergcoretools/css/background-wrapper.min.css|static';
|
31 |
31 |
|
32 |
32 |
if ($this->scopeMatcher->isBackendRequest($request)) {
|
|
33 |
+ $GLOBALS['TL_CSS'][] = 'bundles/vonrotenbergcoretools/css/be_background-wrapper.min.css|static';
|
33 |
34 |
$GLOBALS['TL_CSS'][] = 'bundles/vonrotenbergcoretools/css/be_grid_position_widget.min.css|static';
|
34 |
35 |
$GLOBALS['TL_JAVASCRIPT'][] = 'bundles/vonrotenbergcoretools/js/GridSelectionHandler.js|async';
|
35 |
36 |
}
|