Add "Default opacity" setting for touch controller

This commit is contained in:
redphx
2024-05-07 17:37:49 +07:00
parent b9355d5c01
commit 2df3bb4611
6 changed files with 55 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
.bx-number-stepper {
text-align: center;
span {
display: inline-block;
width: 40px;
@@ -35,6 +37,13 @@
}
}
input[type="range"] {
display: block;
margin: 12px auto 2px;
width: 180px;
color: #959595 !important;
}
input[type=range]:disabled, button:disabled {
display: none;
}

View File

@@ -86,13 +86,6 @@
white-space: nowrap;
}
}
input[type="range"] {
display: block;
margin: 12px auto 2px;
width: 180px;
color: #959595 !important;
}
}