mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43: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;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ACE EDITOR *******************************************************************/
|
||||||
|
|
||||||
|
div#editor {
|
||||||
|
resize: vertical;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
//output custom css
|
//output custom css
|
||||||
|
|||||||
Reference in New Issue
Block a user