|
@@ -15,7 +15,8 @@ $(document).ready(function (){
|
|
|
$('tr:nth-child(-n+6)').css('background', '#106B63');
|
|
|
$('tr:nth-child(n+7):nth-child(-n+9)').css('background', '#E7C610');
|
|
|
$('tr:nth-child(n+10):nth-child(-n+12)').css('background', '#C64A08');
|
|
|
- $('tr:nth-child(n+13):nth-child(-n+19)').css('background', '#102173');
|
|
|
+ $('tr:nth-child(n+13):nth-child(-n+15)').css('background', '#B43100');
|
|
|
+ $('tr:nth-child(n+16)').css('background', '#102173');
|
|
|
$('.none').css({
|
|
|
'background' : '#fff',
|
|
|
'border' : 'none'
|