Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -10,6 +10,9 @@
|
|
10 |
font-size: 1rem !important;
|
11 |
line-height: 1.5rem !important;
|
12 |
}
|
|
|
|
|
|
|
13 |
input::-webkit-slider-runnable-track {
|
14 |
background: #131d26 !important;
|
15 |
box-shadow: inset 0 0 0 1px #293139 !important;
|
|
|
10 |
font-size: 1rem !important;
|
11 |
line-height: 1.5rem !important;
|
12 |
}
|
13 |
+
.gr-input:hover {
|
14 |
+
box-shadow: inset 0 0 0 2px #293139 !important;
|
15 |
+
}
|
16 |
input::-webkit-slider-runnable-track {
|
17 |
background: #131d26 !important;
|
18 |
box-shadow: inset 0 0 0 1px #293139 !important;
|