@@ -41,7 +41,7 @@
<td>{{ "exhaustion.5" | translate }}</td>
</tr>
<tr [ngClass]="{ highlighted: exhaustion > 5 }">
- <td>5</td>
+ <td>6</td>
<td>{{ "exhaustion.6" | translate }}</td>
</tbody>
@@ -65,8 +65,8 @@
}
input {
- -moz-appearance: textfield;
- appearance: textfield;
+ -webkit-appearance: none;
+ appearance: none;