From: Alexander Ebert Date: Wed, 25 Sep 2019 10:13:36 +0000 (+0200) Subject: Enforce the custom table border color inside the editor X-Git-Tag: 5.2.0_Beta_2~44 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c006165386e11bf0453cf3cd3a21360ba6a0bf58;p=GitHub%2FWoltLab%2FWCF.git Enforce the custom table border color inside the editor --- 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; } } }