]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_editor.scss
added routes for zip export
[bookstack] / resources / sass / _editor.scss
index 2446c141670e932881749a8b46993c28b9991d34..35f11c5a2790d7b131c18c24466de1c76b01064e 100644 (file)
@@ -370,8 +370,10 @@ body.editor-is-fullscreen {
   display: inline-block;
   outline: 2px dashed var(--editor-color-primary);
   direction: ltr;
+  pointer-events: none;
 }
 .editor-node-resizer-handle {
+  pointer-events: auto;
   position: absolute;
   display: block;
   width: 10px;
@@ -649,6 +651,16 @@ textarea.editor-form-field-input {
     width: $inputWidth - 40px;
   }
 }
+.editor-color-field-container {
+  position: relative;
+  input {
+    padding-left: 36px;
+  }
+  .editor-dropdown-menu-container {
+    position: absolute;
+    bottom: 0;
+  }
+}
 
 // Editor theme styles
 .editor-theme-bold {