Tuning sliders redesign (#1638)

Tuning sliders redesign
10.7.0-preview
Michael Keller 2019-09-10 22:25:26 +12:00 committed by GitHub
commit 6eca234130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
@ -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 {