mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 766407 - Fix HTML media control bindings on B2G - r=gavin
This commit is contained in:
parent
8aefa44c2e
commit
78e1c9e835
@ -79,7 +79,6 @@ xul|thumb {
|
||||
}
|
||||
|
||||
/* -moz-touch-enabled? media elements */
|
||||
video > xul|videocontrols,
|
||||
audio > xul|videocontrols {
|
||||
:-moz-any(video, audio) > xul|videocontrols {
|
||||
-moz-binding: url("chrome://global/content/bindings/videocontrols.xml#touchControls");
|
||||
}
|
||||
|
@ -179,3 +179,16 @@
|
||||
-moz-transform: none;
|
||||
}
|
||||
|
||||
/* Error description formatting */
|
||||
.errorLabel {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #bbb;
|
||||
text-shadow:
|
||||
-1px -1px 0 #000,
|
||||
1px -1px 0 #000,
|
||||
-1px 1px 0 #000,
|
||||
1px 1px 0 #000;
|
||||
padding: 0 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user