From b65d48f752217b62d8b850ec3233021b8bee0d7e Mon Sep 17 00:00:00 2001 From: pebeah Date: Wed, 29 May 2013 00:46:41 +0200 Subject: [PATCH] CKEditor style optimization With this change, the CKEditor and WCF popover has the same background-color. see http://beta.woltlab.com/index.php/Thread/1289-Konsistentes-Hintergrund-D immen/ --- wcfsetup/install/files/style/message.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index ba7a862a5a..8e6636525d 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -861,6 +861,10 @@ li:nth-child(2n+1) .message { width: auto !important; } +.cke_dialog_background_cover { + background-color: #000 !important; +} + @media only screen and (max-width: 800px) { .message.messageSidebarOrientationLeft, .message.messageSidebarOrientationRight { -- 2.20.1