From 98f749cdb82dcc9538ca304a3b53a3e74e659c42 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 14 Nov 2008 00:19:19 +0000 Subject: [PATCH] BUGFIX #1721: Fixed del/ins styling in page comparison git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@65894 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_left.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/cms_left.css b/css/cms_left.css index 63d80471..f32b0cf4 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -342,12 +342,16 @@ ul.tree li.untranslated a:visited { width: 70%; } -#right ins * { +#right ins, #right ins * { background-color: green; + color: white; + text-decoration: none; } -#right del *{ +#right del, #right del *{ background-color: red; + color: white; + text-decoration: strikethough; } #sitetree a.contents {