From f461f3584367808990ff0bf65f76bf3f5dbe9ff2 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 31 Oct 2017 14:00:00 -0700 Subject: [PATCH] Shared table-highlight colors between admin styles. --- e107_themes/bootstrap3/admin_style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index f38de5181..37196fa97 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1701,7 +1701,8 @@ td img.thumbnail { margin-bottom:0 } .editableform-loading:before { font-size:24px; font-family: "FontAwesome"; content: '\f110'; } - +tr.highlight-odd, .table-striped > tbody > tr.highlight-odd { background-color: rgba(0,0,0,0.15); } +tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-color: rgba(0,0,0,0.15); }