Skip to content

Commit

Permalink
Minor bugfixes
Browse files Browse the repository at this point in the history
- Fixed price chart "Invalid date" tooltip
- Fixed history page entries dropdown UI
  • Loading branch information
josemmo committed Jul 7, 2018
1 parent 7a4dcf3 commit a3e00a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion js/iotaController.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@
scales: {
xAxes: [{
display: false,
type: 'time',
ticks: {source: 'labels'},
gridLines: {display: false}
}],
Expand Down

0 comments on commit a3e00a3

Please sign in to comment.