mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
50 lines
592 B
CSS
50 lines
592 B
CSS
scale value {
|
|
font-weight: 500;
|
|
color: currentColor;
|
|
}
|
|
|
|
scale marks {
|
|
color: currentColor;
|
|
}
|
|
|
|
scale trough highlight {
|
|
min-width: 4px;
|
|
min-height: 4px;
|
|
}
|
|
|
|
.osd {
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.osd scale value {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.osd scale contents {
|
|
margin-left: 8px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.osd button {
|
|
margin: 2px;
|
|
min-width: 36px;
|
|
min-height: 36px;
|
|
}
|
|
|
|
.osd scale trough highlight {
|
|
min-width: 6px;
|
|
min-height: 6px;
|
|
}
|
|
|
|
.osd scale slider {
|
|
margin: -14px;
|
|
}
|
|
|
|
.osd radio {
|
|
margin: 6px;
|
|
border: 2px solid;
|
|
min-width: 18px;
|
|
min-height: 18px;
|
|
}
|