[Rt-commit] rt branch, 4.0/fix-ckeditor-bg-color, created. rt-4.0.11rc2-1-gd6a8665
? sunnavy
sunnavy at bestpractical.com
Thu Apr 11 23:37:55 EDT 2013
The branch, 4.0/fix-ckeditor-bg-color has been created
at d6a86655aa8b5f4d5d39702fdaaa24241c53871c (commit)
- Log -----------------------------------------------------------------
commit d6a86655aa8b5f4d5d39702fdaaa24241c53871c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Apr 12 11:27:55 2013 +0800
restore background-color transparency for ckeditor
transparency is important here because we customize bg color elsewhere (e.g.
marking it red for ticket reply)
diff --git a/share/html/NoAuth/RichText/ckeditor/contents.css b/share/html/NoAuth/RichText/ckeditor/contents.css
index ccc5dd4..ca3d96f 100644
--- a/share/html/NoAuth/RichText/ckeditor/contents.css
+++ b/share/html/NoAuth/RichText/ckeditor/contents.css
@@ -13,7 +13,7 @@ body
color: #222;
/* Remove the background color to make it transparent */
- background-color: #fff;
+ background-color: transparent;
}
ol,ul,dl
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list