Unified appearance in editor
authorAlexander Ebert <ebert@woltlab.com>
Fri, 22 Jul 2016 11:46:55 +0000 (13:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 22 Jul 2016 12:26:38 +0000 (14:26 +0200)
wcfsetup/install/files/style/bbcode/code.scss

index 33eb57db993f6cb842549440847428da41facccf..bc538c11a65e80651c1313ac511236efdf1791fe 100644 (file)
@@ -1,6 +1,6 @@
 .redactor-editor pre {
        background-color: rgb(255, 255, 255) !important;
-       border: 1px solid rgb(196, 196, 196) !important;
+       box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        border-radius: 2px;
        color: rgb(68, 68, 68) !important;
        font-family: Consolas, 'Courier New', monospace;