psykose
eaf8a86232
avoids a deprecation warning; the function is not even deprecated, the vala bindings just have a bug here, but this also fixes it
12 lines
177 B
CSS
12 lines
177 B
CSS
#seek-scale slider {
|
|
margin: 0px;
|
|
opacity: 0%;
|
|
min-width: 10px;
|
|
min-height: 10px;
|
|
}
|
|
|
|
#volume-scale slider {
|
|
margin: -5px;
|
|
min-width: 15px;
|
|
min-height: 15px;
|
|
}
|