aboutsummaryrefslogtreecommitdiffstats
path: root/css/cs16.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/cs16.css')
-rw-r--r--css/cs16.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/css/cs16.css b/css/cs16.css
index b30b048..c04ea50 100644
--- a/css/cs16.css
+++ b/css/cs16.css
@@ -436,8 +436,7 @@ body {
var(--border-dark);
}
- input::-webkit-slider-thumb,
- input::-moz-range-thumb {
+ input::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 8px;
@@ -451,6 +450,21 @@ body {
border-radius: 0;
}
+ input::-moz-range-thumb {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ width: 8px;
+ height: 16px;
+ background: var(--bg);
+ cursor: pointer;
+ border: 1px solid;
+ box-sizing: border-box;
+ border-color: var(--border-light) var(--border-dark) var(--border-dark)
+ var(--border-light);
+ border-radius: 0;
+ }
+
label {
color: var(--secondary--text);
font-size: 1rem;