diff --git a/css/waline.css b/css/waline.css index 750560f09a..091d9e46a0 100644 --- a/css/waline.css +++ b/css/waline.css @@ -306,18 +306,15 @@ min-height: 8.75em; margin: 0.75em 0.5em; border-radius: 0.5em; - background: rgba(0, 0, 0, 0); + background-image: url(https://ibb.co/gvcgBYn); + background-size: 10%; + background-repeat: no-repeat; + background-position: right bottom; + background-color: rgba(255, 255, 255, 0); + resize: vertical font-size: 0.875em; resize: vertical; } -.wl-editor { - background-image: url(https://ibb.co/gvcgBYn); - background-size: 10%; - background-repeat: no-repeat; - background-position: right bottom; - background-color: rgba(255, 255, 255, 0); - resize: vertical -} .wl-editor:focus{ background-position-x: 400px; background-position-y: 500px;