Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
fix(css): add toolbar css to admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Jul 31, 2019
1 parent 33345de commit 7bf9820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
elgg_register_plugin_hook_handler('route', 'embed', [Router::class, 'routeEmbed']);

elgg_extend_view('input/longtext', 'embed/toolbar');
elgg_extend_view('elgg.css', 'embed/toolbar.css');

// Legacy ckeditor_addons
elgg_register_page_handler('ckeditor', [Router::class, 'handleCKEditor']);
Expand All @@ -52,6 +51,9 @@
elgg_extend_view('elgg.css', 'embed/tab/assets.css');
elgg_extend_view('admin.css', 'embed/tab/assets.css');

elgg_extend_view('elgg.css', 'embed/toolbar.css');
elgg_extend_view('admin.css', 'embed/toolbar.css');

elgg_register_plugin_hook_handler('layout', 'page', [Views::class, 'filterLightboxLayout']);
elgg_register_plugin_hook_handler('shell', 'page', [Views::class, 'filterLightboxShell']);

Expand Down

0 comments on commit 7bf9820

Please sign in to comment.