mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-27 10:31:12 +00:00
feat: minor ui improvements
This commit is contained in:
+7
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user