diff --git a/css/base.css b/css/base.css index 7611a2e..b04983e 100644 --- a/css/base.css +++ b/css/base.css @@ -3,6 +3,13 @@ body, input, select, textarea { font-family: 'Lato', sans-serif; font-weight: 400; } +.custom-select { + -moz-appearance: none; + -webkit-appearance: none; +} +.custom-select:focus { + border-color: inherit; +} /* NAVBAR */ diff --git a/js/iotaController.js b/js/iotaController.js index 8d9fb27..82aa741 100644 --- a/js/iotaController.js +++ b/js/iotaController.js @@ -457,7 +457,6 @@ scales: { xAxes: [{ display: false, - type: 'time', ticks: {source: 'labels'}, gridLines: {display: false} }],