From 4512dd9107570be6716181842aea33bd7b782ebf Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 29 Jun 2016 19:09:13 +1000 Subject: [PATCH] css test --- booking.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/booking.css b/booking.css index 383beac..160eedf 100644 --- a/booking.css +++ b/booking.css @@ -9,8 +9,8 @@ #helper-new-group-row {background: #9dd781; border-top: thick double #ff0000;} #reserveleader-new-group-row {background: #d4dc5c; border-top: thick double #ff0000;} #reservehelper-new-group-row {background: #d4dc5c; border-top: thick double #ff0000;} -tr[class="leader-row"] {background: #6495ED;} -tr[class="helper-row"] {background: #9dd781;} +tr[class*="leader-row"] {background: #6495ED;} +tr[class="helper-row*"] {background: #9dd781;} tr[class="reserveleader-row"] {background: #d4dc5c;} tr[class="reservehelper-row"] {background: #d4dc5c;} /* test for email page*/