Tweaking memory range sliders.

Fixed minor issue where an extra tick was added.
The bar fill color now changes to yellow and red depending on how much memory is being allocated.
This commit is contained in:
Daniel Scalzi
2018-06-12 03:48:36 -04:00
parent 6ac48a63b5
commit b61a9a2c55
2 changed files with 25 additions and 6 deletions

View File

@@ -1143,6 +1143,7 @@ input:checked + .toggleSwitchSlider:before {
width: 50%;
height: 5px;
border-radius: 3px 0px 0px 3px;
transition: background 0.25s ease;
}
.rangeSliderTrack {
position: absolute;