]> BookStack Code Mirror - bookstack/blobdiff - resources/views/components/entity-selector-popup.blade.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / resources / views / components / entity-selector-popup.blade.php
index 1c4d1fadba9da58e41c8aa229ccfaab14e6f0c9b..0beee658d88334bd598d79b185dae116fe6aa838 100644 (file)
@@ -1,13 +1,13 @@
 <div id="entity-selector-wrap">
-    <div class="overlay" entity-link-selector>
-        <div class="popup-body small flex-child">
+    <div overlay entity-selector-popup>
+        <div class="popup-body small" tabindex="-1">
             <div class="popup-header primary-background">
                 <div class="popup-title">{{ trans('entities.entity_select') }}</div>
-                <button type="button" class="corner-button neg button popup-close">x</button>
+                <button type="button" class="popup-header-close">x</button>
             </div>
             @include('components.entity-selector', ['name' => 'entity-selector'])
             <div class="popup-footer">
-                <button type="button" disabled="true" class="button entity-link-selector-confirm pos corner-button">{{ trans('common.select') }}</button>
+                <button type="button" disabled="true" class="button entity-link-selector-confirm corner-button">{{ trans('common.select') }}</button>
             </div>
         </div>
     </div>