Skip to content

Commit

Permalink
Changed color
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck committed Oct 16, 2018
1 parent 5e065a0 commit 9ad5d24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/leagues/leagues_details.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
@if(isset($last_fixture->round))
@if($last_round_id !== $last_fixture->round->data->name)
<tr>
<td style="font-weight: bold; text-align: center; background-color: #bdbdbd;" colspan="5">
<td style="font-weight: bold; text-align: center; background-color: #d3d3d3;" colspan="5">
@if($last_fixture->stage->data->name !== 'Regular Season')
@lang('cup_stages.' . $last_fixture->stage->data->name) -
@endif
Expand All @@ -155,7 +155,7 @@
@endif
@elseif($last_stage_id !== $last_fixture->stage->data->name)
<tr>
<td style="font-weight: bold; text-align: center; background-color: #bdbdbd;" colspan="5">@lang('cup_stages.' . $last_fixture->stage->data->name)</td>
<td style="font-weight: bold; text-align: center; background-color: #d3d3d3;" colspan="5">@lang('cup_stages.' . $last_fixture->stage->data->name)</td>
</tr>
@endif
<tr>
Expand Down Expand Up @@ -250,7 +250,7 @@
@if(isset($upcoming_fixture->round))
@if($last_round_id !== $upcoming_fixture->round->data->name)
<tr>
<td style="font-weight: bold; text-align: center; background-color: #bdbdbd;" colspan="5">
<td style="font-weight: bold; text-align: center; background-color: #d3d3d3;" colspan="5">
@if($upcoming_fixture->stage->data->name !== 'Regular Season')
@lang('cup_stages.' . $upcoming_fixture->stage->data->name) -
@endif
Expand All @@ -259,7 +259,7 @@
@endif
@elseif($last_stage_id !== $upcoming_fixture->stage->data->name)
<tr>
<td style="font-weight: bold; text-align: center; background-color: #bdbdbd;" colspan="5">@lang('cup_stages.' . $upcoming_fixture->stage->data->name)</td>
<td style="font-weight: bold; text-align: center; background-color: #d3d3d3;" colspan="5">@lang('cup_stages.' . $upcoming_fixture->stage->data->name)</td>
</tr>
@endif
<thead>
Expand Down

0 comments on commit 9ad5d24

Please sign in to comment.