Not only is it one of my favorite things to make the internet a little more beautiful but to make it more user-friendly.
Difficulty
Easy
This post is for the users of Voxel. Check them out! www.getvoxel.io
Simply add the following CSS to your Voxel Child Theme. Get child theme
/* ***** You may have to add "!important" */
.is-startrange button {
border-radius: 20px 0 0 20px;
}
.is-endrange button {
border-radius: 0 20px 20px 0;
}
.is-inrange {
background-color: var(--ts-accent-1);
opacity: 0.3;
}
.is-inrange .pika-button {
color: #FFFFFF !important;
background-color: var(--ts-accent-1) !important;
}
Minified version below
.is-startrange button{border-radius:20px 0 0 20px}.is-endrange button{border-radius:0 30px 30px 0}.is-inrange{background-color:var(--ts-accent-1);opacity:0.3}.is-inrange .pika-button{color:#FFFFFF !important;background-color:var(--ts-accent-1) !important}