Partially mimic editor visuals to reduce impact on load
authorAlexander Ebert <ebert@woltlab.com>
Sun, 5 Jun 2016 16:41:39 +0000 (18:41 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 5 Jun 2016 16:41:39 +0000 (18:41 +0200)
wcfsetup/install/files/style/ui/redactor.scss

index 06a8a291d16751c143aad3f6c477d358ad3f27a8..4ff264bac93f4bfba2f90b65fab137a9b5a2d856 100644 (file)
@@ -1,3 +1,12 @@
+.wysiwygTextarea {
+       background-color: transparent !important;
+       border: 1px solid $wcfContentBorderInner !important;
+       color: transparent !important;
+       display: block;
+       height: 238px;
+       width: 100%;
+}
+
 .redactor-box {
        position: relative;