mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Theme: Add CSS for vertical resize of Ace Editor in Email Templates, Dialplan XML, etc
This commit is contained in:
@@ -3298,6 +3298,13 @@ else { //default: white
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* ACE EDITOR *******************************************************************/
|
||||
|
||||
div#editor {
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
<?php
|
||||
|
||||
//output custom css
|
||||
|
||||
Reference in New Issue
Block a user