mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-25 06:18:28 +02:00
22 lines
281 B
CSS
22 lines
281 B
CSS
|
|
.rangeProgress {
|
|
background-color: blue;
|
|
}
|
|
|
|
.rangeProgress:hover {
|
|
color: red;
|
|
}
|
|
|
|
.rangeProgress::boot {
|
|
color: green;
|
|
}
|
|
|
|
input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-clear-button {
|
|
opacity: 1;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.box {
|
|
color: red;
|
|
}
|