зеркало из https://github.com/mozilla/gecko-dev.git
Bug 686581 - Disable theming in SVG images harder. r=longsonr
This commit is contained in:
Родитель
12a4e484d9
Коммит
424aead691
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче