Reverted to the old range sliders

This commit is contained in:
GuiAworld
2023-01-06 22:47:18 -03:00
parent a3e1763969
commit 75da540c99

View File

@@ -17,7 +17,7 @@
overflow: hidden;
border-color: var(--setting_background);
width: calc(100% - 10px);
/*-webkit-appearance: none; Looks WAAAAAYYY better without it -GuiAworld*/
-webkit-appearance: none;
padding-top: 1px;
background-color: var(--rangeslider_background_color);
border-radius: 16px;