From 3b12ed341e9036e2ef1c9a3f736b7b152f843ff1 Mon Sep 17 00:00:00 2001 From: Rob Peters Date: Mon, 26 Apr 2010 23:29:26 +0000 Subject: Change pending edits display from red/blue boxes to strikeout text and blue box (like FAB theme) --- themes/colors/css/tealtop.css | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'themes/colors/css/tealtop.css') diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index b4082b8e36..e6b9651980 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -96,10 +96,6 @@ text-decoration: none; color:#fc6d1d; } -.namered { -border: solid #fc6d1d 1px; -} - .facts_labelred, .facts_valuered { border: solid #fc6d1d 2px; } @@ -777,10 +773,6 @@ font-size: 12px; font-weight: bold; } -.nameblue { -border: solid blue 1px; -} - .details1 { font-size: 10px; text-decoration:none; @@ -1328,12 +1320,14 @@ margin: 0; background: #dfeeff; } -.change_new { -border: solid #999 2px; +/* Pending edits */ +.change_new, .nameblue { + border: solid blue 2px !important; } -.change_old { -border: solid #ff0000 2px; +.change_old, .namered { + color: black !important; + text-decoration:line-through !important; } .door { -- cgit v1.3