mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Set position slider minimal fill to zero
This commit is contained in:
@@ -15,7 +15,7 @@ scale marks {
|
|||||||
min-height: 36px;
|
min-height: 36px;
|
||||||
}
|
}
|
||||||
.osd scale trough highlight {
|
.osd scale trough highlight {
|
||||||
min-width: 6px;
|
min-width: 0px;
|
||||||
min-height: 6px;
|
min-height: 6px;
|
||||||
}
|
}
|
||||||
.osd radio {
|
.osd radio {
|
||||||
@@ -90,3 +90,6 @@ scale marks {
|
|||||||
.osd .volumescale marks label {
|
.osd .volumescale marks label {
|
||||||
margin-bottom: -8px;
|
margin-bottom: -8px;
|
||||||
}
|
}
|
||||||
|
.osd .volumescale trough highlight {
|
||||||
|
min-width: 6px;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user