Skip to content

Commit

Permalink
Tuning sliders redesign (#1638)
Browse files Browse the repository at this point in the history
Tuning sliders redesign
  • Loading branch information
mikeller authored Sep 10, 2019
2 parents 845155c + 90df9d4 commit 6eca234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/tabs/pid_tuning.css
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,9 @@

.tab-pid_tuning .tuningSlider::-webkit-slider-runnable-track {
-webkit-appearance: none;
background: rgba(0,255,0);
border: solid 1px silver;
border-radius: 4px;
background: linear-gradient(90deg, rgb(167, 255, 204) 0%, rgb(187, 252, 255) 50%, rgb(255, 90, 23) 100%);
background: linear-gradient(90deg, rgb(197, 197, 197) 0%, rgb(241, 241, 241) 50%, rgb(255, 84, 14) 100%);
height: 15px;
}

Expand All @@ -776,6 +775,7 @@
cursor: pointer;
position: relative;
bottom: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.tab-pid_tuning .sliderLabels tr {
Expand Down

0 comments on commit 6eca234

Please sign in to comment.