diff --git a/.gitignore b/.gitignore index 542c145..9cb07b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .venv/ -test/scripts/csswatch.sh test/css/adduser.css.map +test/scripts/csswatch.sh diff --git a/test/css/adduser.css b/test/css/adduser.css index 1450b8d..3e5f3c0 100644 --- a/test/css/adduser.css +++ b/test/css/adduser.css @@ -129,7 +129,6 @@ body .form-container form .form-group.radio-input .radio-group label.radio { width: 100%; height: 100%; border-radius: 6px; - background: linear-gradient(to right, rgba(245, 245, 245, 0.9) 0%, rgba(245, 245, 245, 0.9) var(--value), rgba(245, 245, 245, 0.9) var(--value)); cursor: pointer; padding: 12px; border: 1px solid rgba(220, 220, 220, 0.8); @@ -156,7 +155,7 @@ body .form-container form .form-group input[type=range] { width: 100%; height: 45px; border-radius: 6px; - background-color: rgba(245, 245, 245, 0.9); + background: linear-gradient(to right, #009299 0%, #009299 var(--value), rgba(245, 245, 245, 0.9) 0%); border: 1px solid rgba(220, 220, 220, 0.8); cursor: pointer; padding: 0; @@ -166,37 +165,36 @@ body .form-container form .form-group input[type=range]::-webkit-slider-runnable width: 100%; height: 100%; border-radius: 6px; - background-color: linear-gradient(to right, rgba(245, 245, 245, 0.9) 0%, rgba(245, 245, 245, 0.9) var(--value), rgba(245, 245, 245, 0.9) 100%); } body .form-container form .form-group input[type=range]::-moz-range-track { width: 100%; height: 100%; border-radius: 6px; - background-color: linear-gradient(to right, rgba(245, 245, 245, 0.9) 0%, rgba(245, 245, 245, 0.9) var(--value), rgba(245, 245, 245, 0.9) 100%); } body .form-container form .form-group input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; + display: none; appearance: none; - width: 10px; + width: 0; height: 45px; border: none; border-radius: 6px; - background-color: rgba(245, 245, 245, 0.9); + background-color: #009299; cursor: pointer; margin: 0; padding: 0; - background-color: green; } body .form-container form .form-group input[type=range]::-moz-range-thumb { - width: 10px; + display: none; + appearance: none; + width: 0; height: 45px; border: none; border-radius: 6px; - background-color: rgba(245, 245, 245, 0.9); + background-color: #009299; cursor: pointer; margin: 0; padding: 0; - background-color: green; } body .form-container form .form-group input[type=range]:focus { outline: none; diff --git a/test/html/adduser.html b/test/html/adduser.html index 0324a05..c86036d 100644 --- a/test/html/adduser.html +++ b/test/html/adduser.html @@ -3,7 +3,7 @@
- +