From c006165386e11bf0453cf3cd3a21360ba6a0bf58 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 25 Sep 2019 12:13:36 +0200 Subject: [PATCH] Enforce the custom table border color inside the editor --- wcfsetup/install/files/style/ui/wsc52.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/ui/wsc52.scss b/wcfsetup/install/files/style/ui/wsc52.scss index 67b3113475..01d6a45f21 100644 --- a/wcfsetup/install/files/style/ui/wsc52.scss +++ b/wcfsetup/install/files/style/ui/wsc52.scss @@ -13,7 +13,7 @@ .redactor-layer table { th, td { - border-color: $wcfEditorTableBorder; + border-color: $wcfEditorTableBorder !important; } } } -- 2.20.1