File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ <h1 id="head">Code Magic</h1>
322
322
type ="number "
323
323
name ="duration "
324
324
id ="animation-duration "
325
+ class ="styled-input "
325
326
min ="0 "
326
327
max ="120 "
327
328
step ="1 "
Original file line number Diff line number Diff line change @@ -280,6 +280,25 @@ textarea {
280
280
justify-content : space-between;
281
281
}
282
282
283
+ .styled-input {
284
+ background-color : var (--secondary-color );
285
+ border : 1px solid # 010204 ;
286
+ border-radius : 5px ;
287
+ caret-color : var (--primary-color );
288
+ color : var (--text-color );
289
+ padding : 4px ;
290
+ }
291
+
292
+ .styled-input : focus , .styled-input : focus-visible {
293
+ outline : none;
294
+ }
295
+
296
+ .styled-input ::-webkit-inner-spin-button ,
297
+ .styled-input ::-webkit-outer-spin-button {
298
+ -webkit-appearance : none;
299
+ margin : 0 ;
300
+ }
301
+
283
302
.duration-label > span {
284
303
font-size : 0.9em ;
285
304
}
You can’t perform that action at this time.
0 commit comments