diff --git a/frontend/src/uxbox/main/ui/shapes/text.cljs b/frontend/src/uxbox/main/ui/shapes/text.cljs
index b4484da10..de363634a 100644
--- a/frontend/src/uxbox/main/ui/shapes/text.cljs
+++ b/frontend/src/uxbox/main/ui/shapes/text.cljs
@@ -100,7 +100,8 @@
        :margin "0px"
        :padding "0px"
        :border "0px"
-       :resize "none"}
+       :resize "none"
+       :background "transparent"}
       (when user-select {:userSelect "auto"})
       (when line-height {:lineHeight line-height})
       (when letter-spacing {:letterSpacing letter-spacing})))))