Bug 765106 - Using moz-any to win selector battle for video controls. r=mbrubeck

This commit is contained in:
Wes Johnston 2012-06-14 18:15:18 -07:00
Родитель c3500f6cd2
Коммит d6bc28d3c3
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -305,8 +305,7 @@ select[disabled] > button {
}
/* -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");
}