Update customizer slider style

This commit is contained in:
Tetrakern 2024-02-21 16:00:06 +01:00
parent 0988ddf873
commit 6513e0eb7a

View File

@ -38,14 +38,14 @@
}
.range-slider__value {
width: 60px;
color: #fff;
flex: 0 0 auto;
line-height: 20px;
text-align: center;
border-radius: 3px;
background: #2271b1;
padding: 5px 10px;
margin-left: 8px;
background: #dcdcde;
padding: 3px 0;
margin: 2px 0 2px 8px;
width: 64px;
}
::-moz-range-track {