CKEditor style optimization
authorpebeah <itsmepasse@gmail.com>
Tue, 28 May 2013 22:46:41 +0000 (00:46 +0200)
committerpebeah <itsmepasse@gmail.com>
Tue, 28 May 2013 22:46:41 +0000 (00:46 +0200)
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

index ba7a862a5a95ffc55c4188224166ec0609c355ea..8e6636525d9f50d31625fc01e5fd4871b054e898 100644 (file)
@@ -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 {