mirror of
https://github.com/ekmas/cs16.css
synced 2026-04-10 21:53:24 +00:00
Update preprocessed CSS files
This commit is contained in:
parent
63ad92c9a8
commit
63a24a8a26
2 changed files with 4 additions and 2 deletions
|
|
@ -436,7 +436,8 @@ body {
|
|||
var(--border-dark);
|
||||
}
|
||||
|
||||
input::-webkit-slider-thumb {
|
||||
input::-webkit-slider-thumb,
|
||||
input::-moz-range-thumb {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
width: 8px;
|
||||
|
|
@ -447,6 +448,7 @@ body {
|
|||
box-sizing: border-box;
|
||||
border-color: var(--border-light) var(--border-dark) var(--border-dark)
|
||||
var(--border-light);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
|
|||
2
css/cs16.min.css
vendored
2
css/cs16.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue