Bug 686581 - Disable theming in SVG images harder. r=longsonr

This commit is contained in:
Mats Palmgren 2011-09-26 18:29:06 +02:00
Родитель 12a4e484d9
Коммит 424aead691
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,9 +1,9 @@
<svg xmlns='http://www.w3.org/2000/svg' width='500' height='200'>
<foreignObject width='500' height='500'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<button>this is a button inside of SVG</button>
<button style="-moz-appearance: button !important">this is a button inside of SVG</button>
<br/>
<select>
<select style="-moz-appearance: menulist !important">
<option>This is a menu inside of SVG</option>
<option>a second menu option</option>
</select>

До

Ширина:  |  Высота:  |  Размер: 411 B

После

Ширина:  |  Высота:  |  Размер: 499 B

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

@ -58,7 +58,7 @@ foreignObject {
@media all and (-moz-is-resource-document) {
foreignObject *|* {
-moz-appearance: none;
-moz-appearance: none !important;
}
}