mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
9 lines
164 B
CSS
9 lines
164 B
CSS
|
|
||
|
afx-app-window[data-id="TinyEditor"] textarea[data-id="editor"]
|
||
|
{
|
||
|
background-color: #272822;
|
||
|
color:white;
|
||
|
margin: 0;
|
||
|
padding:10px;
|
||
|
border: 0;
|
||
|
}
|