Merge pull request #170 from rfletcher/skip-color
Make "skips" color consistent
This commit is contained in:
@@ -75,6 +75,23 @@ th.tablesorter-headerDesc::after {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.ui.menu.yellow {
|
||||
background-color: #F0E965;
|
||||
}
|
||||
|
||||
.ui.yellow.header, i.yellow {
|
||||
color: #F0E965;
|
||||
}
|
||||
|
||||
.ui.labels .yellow.label::before, .ui.yellow.labels .label::before, .ui.yellow.label::before {
|
||||
background-color: #F0E965;
|
||||
}
|
||||
|
||||
.ui.yellow.labels .label, .ui.yellow.label {
|
||||
background-color: #F0E965;
|
||||
border-color: #F0E965;
|
||||
}
|
||||
|
||||
#scroll-btn-top {
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
{% else %}
|
||||
{% if node.events['failures'] %}<span class="ui small count label red">{{node.events['failures']}}</span>{% else %}<span class="ui small count label">0</span>{% endif%}
|
||||
{% if node.events['successes'] %}<span class="ui small count label green">{{node.events['successes']}}</span>{% else %}<span class="ui small count label">0</span>{% endif%}
|
||||
{% if node.events['skips'] %}<span class="ui small count label orange">{{node.events['skips']}}</span>{% else %}<span class="ui small count label">0</span>{% endif%}
|
||||
{% if node.events['skips'] %}<span class="ui small count label yellow">{{node.events['skips']}}</span>{% else %}<span class="ui small count label">0</span>{% endif%}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user