Author: knguyen
Date: Tue Oct  9 16:27:14 2007
New Revision: 18802

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18802&repname=
=3Djahia
Log:
apply Compare Version Difference style to descendant too.

Modified:
    branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/css/styl=
es.css

Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/cs=
s/styles.css
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/jsp/jahia/engines/css/styles.css&rev=3D18802&repnam=
e=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/engines/css/styl=
es.css (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/css/styl=
es.css Tue Oct  9 16:27:14 2007
@@ -509,17 +509,17 @@
   font-weight: bold !important;
 }
 =

-.compareAddedDifference {
+.compareAddedDifference, .compareAddedDifference * {
   background-color:aqua !important;
   color:black !important;
 }
 =

-.compareChangedDifference {
+.compareAddedDifference, .compareChangedDifference * {
   background-color:lime !important;
   color:black !important;
 }
 =

-.compareDeletedDifference {
+.compareAddedDifference, .compareDeletedDifference * {
   background-color:red !important;
   text-decoration:line-through !important;
   color:black !important;

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

Reply via email to