Skip to content

Instantly share code, notes, and snippets.

View fabianmichael's full-sized avatar

Fabian Michael fabianmichael

View GitHub Profile
@fabianmichael
fabianmichael / assets_css_editor.css
Created June 28, 2018 09:38
Simple Inline Editor for Kirby
input[type="text"],
textarea {
-webkit-appearance: none;
border: 0;
border-radius: 0;
font: inherit;
line-height: inherit;
resize: none;
width: 100%;
padding: 0;