add TinyEditor package

This commit is contained in:
lxsang
2018-07-24 17:18:07 +00:00
parent 10a0225fbf
commit e54a33605a
14 changed files with 333 additions and 106 deletions

8
TinyEditor/css/main.css Normal file
View File

@ -0,0 +1,8 @@
afx-app-window[data-id="TinyEditor"] textarea[data-id="editor"]
{
background-color: #272822;
color:white;
margin: 0;
padding:10px;
border: 0;
}