瀏覽代碼

Theme: Add CSS for vertical resize of Ace Editor in Email Templates, Dialplan XML, etc

fusionate 1 年之前
父節點
當前提交
efba9a7be4
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      themes/default/css.php

+ 7 - 0
themes/default/css.php

@@ -3298,6 +3298,13 @@ else { //default: white
 		text-align: left;
 		text-align: left;
 		}
 		}
 
 
+/* ACE EDITOR *******************************************************************/
+
+	div#editor {
+		resize: vertical;
+		overflow: auto;
+		}
+
 <?php
 <?php
 
 
 //output custom css
 //output custom css