Author: rfelden
Date: Thu Oct 18 16:16:11 2007
New Revision: 18930

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18930&repname=
=3Djahia
Log:
FCK css override (bypass jahia standard grey background and non decorated l=
inks)
Dirty workaround, to enhance later

Modified:
    branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/htmleditors/fcke=
ditor/editor/css/fck_internal.css

Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/htmleditor=
s/fckeditor/editor/css/fck_internal.css
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/css/fck_inte=
rnal.css&rev=3D18930&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/htmleditors/fcke=
ditor/editor/css/fck_internal.css (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/htmleditors/fcke=
ditor/editor/css/fck_internal.css Thu Oct 18 16:16:11 2007
@@ -28,6 +28,12 @@
        min-height: 100%;
 }
 =

+body {
+    background-color: #fff;
+    a{color:#00f;text-decoration:underline;}
+}
+
+
 =

 table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__Sh=
owTableBorders th
 {

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to