mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 766407 - Fix HTML media control bindings on B2G - r=gavin
This commit is contained in:
parent
70b3e8bfd6
commit
2f9a0f1a4d
@ -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