Browse code

Prefix backend css for better distinction

Benjamin Roth authored on01/03/2025 12:01:09
Showing1 changed files
... ...
@@ -28,7 +28,7 @@ class KernelRequestSubscriber implements EventSubscriberInterface
28 28
         $request = $e->getRequest();
29 29
 
30 30
         if ($this->scopeMatcher->isBackendRequest($request)) {
31
-            $GLOBALS['TL_CSS'][] = 'bundles/vonrotenbergcoretools/css/grid_position_widget.min.css|static';
31
+            $GLOBALS['TL_CSS'][] = 'bundles/vonrotenbergcoretools/css/be_grid_position_widget.min.css|static';
32 32
             $GLOBALS['TL_JAVASCRIPT'][] = 'bundles/vonrotenbergcoretools/js/GridSelectionHandler.js|async';
33 33
         }
34 34
     }