feat: minor ui improvements

This commit is contained in:
neoapps-dev
2026-08-30 23:21:22 +03:00
parent effc859146
commit 7c566e3ff0
6 changed files with 38 additions and 54 deletions
+7 -3
View File
@@ -19,16 +19,20 @@
padding: 0;
}
.mc-slider-custom::-webkit-slider-runnable-track {
height: 100%;
}
.mc-slider-custom::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 14px;
height: 44px;
width: 20px;
height: 100%;
background: url('/images/Slider_Handle.png') no-repeat center;
background-size: 100% 100%;
cursor: pointer;
position: relative;
z-index: 30;
z-index: 1;
}
*:focus {