diff --git a/dropplets/style/style.css b/dropplets/style/style.css index 62066b78..7a4b1935 100755 --- a/dropplets/style/style.css +++ b/dropplets/style/style.css @@ -402,6 +402,12 @@ body.dp-install form button:hover { height: 20px; } +.dp-panel .dp-row.dp-editable textarea.dp-code { + font-family: "Courier New", Courier, mono; + font-size: 12px; + line-height: 14px; +} + .dp-panel .dp-row.dp-editable textarea:focus { height: auto; } diff --git a/dropplets/tools.php b/dropplets/tools.php index 57725109..1a3af677 100644 --- a/dropplets/tools.php +++ b/dropplets/tools.php @@ -139,6 +139,24 @@ + +