]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tinymce.scss
Expanded chapters interface and improved book/page deletion
[bookstack] / resources / assets / sass / _tinymce.scss
index 10a3c017551a970e37ff1b9cf359c91e55ff37cd..8a19f24ea8ab7cdfb5e14e0c5185f8fa82fc3528 100644 (file)
   box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
 }
 
+
+
 .edit-area {
   height: 100%;
 }
 
 .page-style.editor {
   height: 100%;
+}
+
+.mce-tinymce {
+  .mce-panel {
+    background-color: #FFF;
+  }
+  .mce-btn {
+    background-color: #FFF;
+  }
 }
\ No newline at end of file