Enforce the custom table border color inside the editor
authorAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2019 10:13:36 +0000 (12:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2019 10:13:36 +0000 (12:13 +0200)
wcfsetup/install/files/style/ui/wsc52.scss

index 67b3113475d3bfe379a534e7c2a595437acd16af..01d6a45f21089ed3841dbb2697a57290a438f33f 100644 (file)
@@ -13,7 +13,7 @@
        .redactor-layer table {
                th,
                td {
-                       border-color: $wcfEditorTableBorder;
+                       border-color: $wcfEditorTableBorder !important;
                }
        }
 }