1 2 3 4 5 6 7
<!doctype html> <style> @-moz-document url-prefix() { div { color: green; } } </style> <div>Should be green</div>