mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
421 B
CSS
17 lines
421 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
/* Bug 449358: hide controlbar by default, so we don't show broken controls when script is disabled */
|
|
.controlBar {
|
|
visibility: hidden;
|
|
opacity: 0.0;
|
|
}
|
|
|
|
.scrubber {
|
|
-moz-binding: url("chrome://global/content/bindings/videocontrols.xml#suppressChangeEvent");
|
|
}
|
|
|
|
.throbberOverlay {
|
|
visibility: hidden;
|
|
opacity: 0.0;
|
|
}
|