mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
481 B
CSS
19 lines
481 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
.scrubber, .volumeControl {
|
|
-moz-binding: url("chrome://global/content/bindings/videocontrols.xml#suppressChangeEvent");
|
|
}
|
|
|
|
.scrubber .scale-thumb {
|
|
-moz-binding: url("chrome://global/content/bindings/videocontrols.xml#timeThumb");
|
|
}
|
|
|
|
.playButton, .muteButton,
|
|
.scrubber .scale-slider, .volumeControl .scale-slider {
|
|
-moz-user-focus: none;
|
|
}
|
|
|
|
.mediaControlsFrame {
|
|
direction: ltr;
|
|
}
|